Merge branch 'master' into bug/subgraphs_number_in_id_and_space_in_titles_895_and_900

This commit is contained in:
Knut Sveidqvist
2019-08-16 12:52:17 +02:00
committed by GitHub

View File

@@ -505,6 +505,7 @@ const render = function (id, txt, cb, container) {
cb(svgCode, ganttDb.bindFunctions) cb(svgCode, ganttDb.bindFunctions)
break break
default: default:
cb(svgCode)
} }
} else { } else {
logger.debug('CB = undefined!') logger.debug('CB = undefined!')