add use strict

This commit is contained in:
Zutatensuppe 2021-05-09 13:49:40 +02:00
parent ef260213b1
commit 53e97cd58b
14 changed files with 30 additions and 18 deletions

View file

@ -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
}
}