"use strict" and other linty fixes
This commit is contained in:
parent
aaa6de784b
commit
1cc5fa5ba7
50 changed files with 463 additions and 478 deletions
4
route.js
4
route.js
|
|
@ -1,3 +1,5 @@
|
|||
"use strict"
|
||||
|
||||
var redrawService = require("./redraw")
|
||||
|
||||
module.exports = require("./api/router")(window, redrawService)
|
||||
module.exports = require("./api/router")(window, redrawService)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue