Version change of babelify

This commit is contained in:
knsv
2015-11-11 18:37:53 +01:00
parent 6e2534aa77
commit 774ebfe671
10 changed files with 26 additions and 25 deletions

View File

@@ -16,7 +16,9 @@
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
* the diagrams to svg code.
*/
import * as Logger from './logger';
var log = new Logger.Log();
var mermaidAPI = require('./mermaidAPI');
var nextId = 0;