We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ba403 commit f6a4d50Copy full SHA for f6a4d50
code-input.js
@@ -322,7 +322,7 @@ var codeInput = {
322
return this.setAttribute("placeholder", val);
323
}
324
325
- 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
326
},
327
328
registerTemplate: function(template_name, template) {
0 commit comments