mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-27 08:54:09 +01:00
Lint fixes
This commit is contained in:
@@ -248,5 +248,5 @@ export const getDiagram = (name: string): DiagramDefinition => {
|
||||
|
||||
export const log = _log;
|
||||
export const getConfig = _getConfig;
|
||||
export const sanitizeText = (text:string) => _sanitizeText(text, getConfig());
|
||||
export const sanitizeText = (text: string) => _sanitizeText(text, getConfig());
|
||||
export const setupGraphViewbox = _setupGraphViewbox;
|
||||
|
||||
Reference in New Issue
Block a user