mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -05:00
Remove faulty character.
This commit is contained in:
parent
8174405924
commit
783d1622b9
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ var CanvasView = View.extend(/** @lends CanvasView# */{
|
|||
*/
|
||||
update: function(force) {
|
||||
var project = this._project;
|
||||
if (!project || !force && !project._needsUpdate)
|
||||
if (!project || !force && !project._needsUpdate)
|
||||
return false;
|
||||
// Initial tests conclude that clearing the canvas using clearRect
|
||||
// is always faster than setting canvas.width = canvas.width
|
||||
|
|
Loading…
Reference in a new issue