"use strict" and other linty fixes
This commit is contained in:
parent
aaa6de784b
commit
1cc5fa5ba7
50 changed files with 463 additions and 478 deletions
|
|
@ -10,7 +10,7 @@ o.spec("api", function() {
|
|||
o.beforeEach(function() {
|
||||
var mock = browserMock()
|
||||
if (typeof global !== "undefined") global.window = mock
|
||||
m = require("../mithril")
|
||||
m = require("../mithril") // eslint-disable-line global-require
|
||||
})
|
||||
|
||||
o.spec("m", function() {
|
||||
|
|
@ -174,4 +174,4 @@ o.spec("api", function() {
|
|||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue