mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 23:39:50 +02:00
Make initThrowsErrors available to clients
Missing piece for https://github.com/mermaid-js/mermaid/pull/2379
This commit is contained in:

committed by
GitHub

parent
0fd11562bc
commit
ce3ba4f772
@@ -215,6 +215,7 @@ const mermaid = {
|
|||||||
render: mermaidAPI != undefined ? mermaidAPI.render : null,
|
render: mermaidAPI != undefined ? mermaidAPI.render : null,
|
||||||
|
|
||||||
init,
|
init,
|
||||||
|
initThrowsErrors,
|
||||||
initialize,
|
initialize,
|
||||||
|
|
||||||
contentLoaded,
|
contentLoaded,
|
||||||
|
Reference in New Issue
Block a user