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

@ -181,7 +181,7 @@ o.spec("oninit", function() {
o(vnode.dom.oninit).equals(undefined)
o(vnode.dom.attributes["oninit"]).equals(undefined)
})
o("No spurious oninit calls in mapped keyed diff when the pool is involved (#1992)", function () {
var oninit1 = o.spy()
var oninit2 = o.spy()