Fix for issue #178, auto-line wrap of notes in sequence diagrams

This commit is contained in:
knsv
2015-06-20 20:58:58 +02:00
parent e5a701d04d
commit 4ed345101a
17 changed files with 2590 additions and 125 deletions

View File

@@ -123,8 +123,8 @@ global.mermaid = {
console.log('Mermaid Syntax error:');
console.log(err);
},
render:function(id, text){
return mermaidAPI.render(id, text);
render:function(id, text,callback, element){
return mermaidAPI.render(id, text,callback, element);
}
};