Skip to content

Commit

Permalink
Merge pull request #298 from LarryKlugerDS/master
Browse files Browse the repository at this point in the history
Issue 297 - src/mermaid.js generates bad code
  • Loading branch information
knsv committed Feb 10, 2016
2 parents 5e447e8 + b5a030c commit 193ee65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mermaid.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ var init = function () {
nodes = nodes === undefined ? document.querySelectorAll('.mermaid')
: typeof nodes === 'string' ? document.querySelectorAll(nodes)
: nodes instanceof Node ? [nodes]
/*! Last case - sequence config was passed pick next */
: nodes;
: nodes; // Last case - sequence config was passed pick next

var i;

Expand Down

0 comments on commit 193ee65

Please sign in to comment.