Fix lint errors
This commit is contained in:
parent
9999fbe2a4
commit
0f9274f873
7 changed files with 47 additions and 47 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue