Remove parseError properties

This commit is contained in:
Tyler Long
2017-09-10 10:19:15 +08:00
parent 167368d508
commit bdf9b33b10
8 changed files with 6 additions and 46 deletions

View File

@@ -97,10 +97,6 @@ module.exports.setTitle = function (titleText) {
title = titleText
}
module.exports.parseError = function (err, hash) {
global.mermaidAPI.parseError(err, hash)
}
module.exports.apply = function (param) {
if (param instanceof Array) {
param.forEach(function (item) {