add use strict
This commit is contained in:
parent
ef260213b1
commit
53e97cd58b
14 changed files with 30 additions and 18 deletions
|
|
@ -1,3 +1,5 @@
|
|||
"use strict"
|
||||
|
||||
export const run = options => {
|
||||
const fps = options.fps || 60
|
||||
const slow = options.slow || 1
|
||||
|
|
@ -28,4 +30,4 @@ export const run = options => {
|
|||
|
||||
export default {
|
||||
run
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue