Fix lint errors
This commit is contained in:
parent
9999fbe2a4
commit
0f9274f873
7 changed files with 47 additions and 47 deletions
|
|
@ -238,9 +238,9 @@ o.spec("onremove", function() {
|
|||
return {then: function (r) { resolve = r }}
|
||||
},
|
||||
},
|
||||
m("div", id),
|
||||
m("div", id)
|
||||
)
|
||||
),
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
@ -344,9 +344,9 @@ o.spec("onremove", function() {
|
|||
}}
|
||||
},
|
||||
},
|
||||
m("div", id),
|
||||
m("div", id)
|
||||
)
|
||||
),
|
||||
)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue