mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-12 02:29:37 +02:00
Fix fir defect #141 regarding comment characters
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user