Allow overriding sequence diagram configuration (SVG properties) - handling of non existent configuration

This commit is contained in:
knsv
2015-01-14 19:10:39 +01:00
parent 8e050d4223
commit 48500652b3
7 changed files with 1256 additions and 101 deletions

View File

@@ -211,7 +211,6 @@ function executeInPage(data) {
el.appendChild(elContent)
document.body.appendChild(el)
mermaid.init(sequenceConfig)
svg = document.querySelector('svg')