mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-19 20:24:16 +01:00
Remove parseError properties
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user