Fix lint errors

This commit is contained in:
Barney Carroll 2021-04-14 17:43:44 +01:00 committed by Stephan Hoyer
parent 9999fbe2a4
commit 0f9274f873
7 changed files with 47 additions and 47 deletions

View file

@ -534,7 +534,7 @@ o.spec("attributes", function() {
attribute. Ask isiahmeadows.
o("render select options", function() {
var select = m("select", {selectedIndex: 0},
var select = m("select", {selectedIndex: 0},
m("option", {value: "1", selected: ""})
)
render(root, select)