mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 18:30:10 +02:00
add missing semicolon
This commit is contained in:
@@ -110,7 +110,7 @@ export const addVertex = function (_id, text, type, style, classes, dir, props =
|
||||
if (typeof dir !== 'undefined') {
|
||||
vertices[id].dir = dir;
|
||||
}
|
||||
vertices[id].props = props
|
||||
vertices[id].props = props;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user