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 595aca7 commit 4840023
Show file tree
Hide file tree
Showing 4 changed files with 2,284 additions and 1,284 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.jquery_datepicker = {
instanciate: function (targetNode) {
instantiate: function (targetNode) {
var nodeId = targetNode.getAttribute('id');
this.ids.push(nodeId);

Expand Down
Loading

0 comments on commit 4840023

Please sign in to comment.