Skip to content

Commit

Permalink
Wrong spelling instanciate.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Feb 3, 2024
1 parent 297bf5f commit bc1eddc
Show file tree
Hide file tree
Showing 4 changed files with 922 additions and 3,324 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IMParts_Catalog.mermaid = {
startOnLoad: false
},

instanciate: function (parentNode) {
instantiate: function (parentNode) {
'use strict'
const classOfParent = parentNode.getAttribute('class')
if (!classOfParent || classOfParent.length == 0 || classOfParent.indexOf('_im_widget_mermaid') < 0) {
Expand Down
Loading

0 comments on commit bc1eddc

Please sign in to comment.