mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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
|
||||
? this.canvases.pop()
|
||||
: document.createElement('canvas');
|
||||
var cleared;
|
||||
canvas.width = width;
|
||||
canvas.height = height;
|
||||
return canvas;
|
||||
|
|
Loading…
Reference in a new issue