Version 0.1.1 (Testing package update)

This commit is contained in:
Knut Sveidqvist
2014-11-17 07:50:42 +01:00
committed by knsv
parent a578cc7698
commit 64bedc8262
6 changed files with 32 additions and 14 deletions

View File

@@ -203,7 +203,13 @@ mermaid.init = function () {
}
;
};
/**
* Version management
* @returns {string}
*/
mermaid.version = function(){
return '0.1.0';
}
/**
* Wait for coument loaded before starting the execution
*/