Adding missing files

This commit is contained in:
knsv
2015-05-26 20:59:23 +02:00
parent b4a96c9b21
commit 2d1f5aa6cb
4 changed files with 389 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ page.content = [
, '</html>'
].join('\n')
page.injectJs('../dist/mermaid.full.js')
page.injectJs('../dist/mermaid-legacy.full.js')
page.onConsoleMessage = function(msg, lineNum, sourceId) {
console.log('CONSOLE: ' + msg + ' (from line #' + lineNum + ' in "' + sourceId + '")');
};