Skip to content

Commit b34b320

Browse files
committed
Debug post-merge
1 parent 15c77ac commit b34b320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ var codeInput = {
156156
this.template = this.get_template();
157157
if(this.template != undefined) this.setup();
158158
}
159-
static get observedAttributes() {
159+
get observedAttributes() {
160160
let attrs = ["value", "placeholder", "lang", "template"]; // Attributes to monitor
161161

162162
/* Add from plugins */

0 commit comments

Comments
 (0)