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"
|
||||
|
||||
function createCanvas(width = 0, height = 0) {
|
||||
const c = document.createElement('canvas')
|
||||
c.width = width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue