mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Remove unused variable.
This commit is contained in:
parent
514fe1f0e6
commit
4c84379b5b
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ CanvasProvider = {
|
||||||
var canvas = this.canvases.length
|
var canvas = this.canvases.length
|
||||||
? this.canvases.pop()
|
? this.canvases.pop()
|
||||||
: document.createElement('canvas');
|
: document.createElement('canvas');
|
||||||
var cleared;
|
|
||||||
canvas.width = width;
|
canvas.width = width;
|
||||||
canvas.height = height;
|
canvas.height = height;
|
||||||
return canvas;
|
return canvas;
|
||||||
|
|
Loading…
Reference in a new issue