In render: added calling callback for gantt functions

This commit is contained in:
abzicht
2019-03-08 00:07:36 +01:00
parent 19d9dd6954
commit 57b780a0d7

View File

@@ -447,6 +447,7 @@ const render = function (id, txt, cb, container) {
if (typeof cb !== 'undefined') { if (typeof cb !== 'undefined') {
cb(svgCode, flowDb.bindFunctions) cb(svgCode, flowDb.bindFunctions)
cb(svgCode, ganttDb.bindFunctions)
} else { } else {
logger.warn('CB = undefined!') logger.warn('CB = undefined!')
} }