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 55b6eb5 commit d4e24c9
Show file tree
Hide file tree
Showing 3 changed files with 920 additions and 3,304 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IMParts_Catalog.qrcode = {
}
},

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

0 comments on commit d4e24c9

Please sign in to comment.