1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-30 10:36:35 +02:00
This commit is contained in:
Laurent Cozic 2020-10-26 23:19:52 +00:00
parent a459174f98
commit 442b7ce0d3

View File

@ -12,7 +12,7 @@ function mermaidReady() {
// <h1 id="mermaid">Mermaid</h1>
//
// And that's going to make the lib set the `mermaid` object to the H1 element.
// So below, we double-check that what we have really is an instance of the library.
// So below, we double-check that what we have really is an instance of the library.
return typeof mermaid !== 'undefined' && mermaid !== null && typeof mermaid === 'object' && !!mermaid.init;
}