mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-12 20:09:46 +02:00
#3050 Renaming setTitle to setAccTitle
This commit is contained in:
@@ -5,7 +5,7 @@ import * as configApi from '../../config';
|
||||
import { getConfig } from '../../config';
|
||||
import common from '../common/common';
|
||||
import {
|
||||
setTitle,
|
||||
setAccTitle,
|
||||
getTitle,
|
||||
getAccDescription,
|
||||
setAccDescription,
|
||||
@@ -25,6 +25,7 @@ let direction = 'LR';
|
||||
let seq = 0;
|
||||
|
||||
function getId() {
|
||||
// eslint-disable-line
|
||||
return random({ length: 7 });
|
||||
}
|
||||
|
||||
@@ -411,7 +412,7 @@ export default {
|
||||
getCurrentBranch,
|
||||
getDirection,
|
||||
getHead,
|
||||
setTitle,
|
||||
setAccTitle,
|
||||
getTitle,
|
||||
getAccDescription,
|
||||
setAccDescription,
|
||||
|
Reference in New Issue
Block a user