Update some dependencies

This commit is contained in:
Tyler Long
2018-03-06 14:37:27 +08:00
parent 204b029973
commit 3f55200737
11 changed files with 2001 additions and 681 deletions

View File

@@ -64,7 +64,7 @@ const init = function () {
nodes = nodes === undefined ? document.querySelectorAll('.mermaid')
: typeof nodes === 'string' ? document.querySelectorAll(nodes)
: nodes instanceof window.Node ? [nodes]
: nodes // Last case - sequence config was passed pick next
: nodes // Last case - sequence config was passed pick next
if (typeof global.mermaid_config !== 'undefined') {
mermaidAPI.initialize(global.mermaid_config)