Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
WebCoder49 committed May 6, 2023
1 parent a9ba403 commit f6a4d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ var codeInput = {
return this.setAttribute("placeholder", val);
}

pluginData = {} // For plugins to store element-specific data under their name, e.g. <code-input>.pluginData.specialChars
pluginData = {}; // For plugins to store element-specific data under their name, e.g. <code-input>.pluginData.specialChars
},

registerTemplate: function(template_name, template) {
Expand Down

0 comments on commit f6a4d50

Please sign in to comment.