Skip to content

Commit f6a4d50

Browse files
author
WebCoder49
committed
Add semicolon
1 parent a9ba403 commit f6a4d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ var codeInput = {
322322
return this.setAttribute("placeholder", val);
323323
}
324324

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

328328
registerTemplate: function(template_name, template) {

0 commit comments

Comments
 (0)