Refactor or remove some file

This commit is contained in:
Tyler Long
2017-04-22 17:13:05 +08:00
parent 391149dbd8
commit 1c7c109960
6 changed files with 5 additions and 41 deletions

View File

@@ -13,9 +13,6 @@
});
$(function(){
var graphDefinition = 'graph TB\na-->b';
// var cb = function(html){
// console.log(html);
// }
console.log(mermaidAPI.render(graphDefinition));
console.log(mermaidAPI.render('id',graphDefinition));
});
@@ -24,4 +21,4 @@
<body>
</body>
</html>
</html>