We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e447e8 + b5a030c commit 193ee65Copy full SHA for 193ee65
src/mermaid.js
@@ -67,8 +67,7 @@ var init = function () {
67
nodes = nodes === undefined ? document.querySelectorAll('.mermaid')
68
: typeof nodes === 'string' ? document.querySelectorAll(nodes)
69
: nodes instanceof Node ? [nodes]
70
- /*! Last case - sequence config was passed pick next */
71
- : nodes;
+ : nodes; // Last case - sequence config was passed pick next
72
73
var i;
74
0 commit comments