Exposing parser in API as requested in issue #21

This commit is contained in:
knsv
2014-12-03 18:12:33 +01:00
parent c0e2c86fd8
commit 1e53b588fc
6 changed files with 15 additions and 5 deletions

View File

@@ -347,5 +347,8 @@ global.mermaid = {
},
version:function(){
return exports.version();
},
getParser:function(){
return flow.parser;
}
};