Fix fir defect #141 regarding comment characters

This commit is contained in:
knsv
2015-03-22 18:02:45 +01:00
parent 22b9ee4919
commit 0ed5a01756
11 changed files with 658 additions and 554 deletions

View File

@@ -81,7 +81,7 @@ var init = function (sequenceConfig, arr) {
: arr instanceof Node ? [arr]
: arr;
var arr = document.querySelectorAll('.mermaid');
//arr = document.querySelectorAll('.mermaid');
var i;
if (sequenceConfig !== 'undefined' && (typeof sequenceConfig !== 'undefined')) {
@@ -195,7 +195,7 @@ global.mermaid = {
};
exports.contentLoaded = function(){
// Check state of start config mermaid namespece
// Check state of start config mermaid namespace
//console.log('global.mermaid.startOnLoad',global.mermaid.startOnLoad);
//console.log('mermaid_config',mermaid_config);
if (typeof mermaid_config !== 'undefined') {