Remove faulty character.

This commit is contained in:
Jürg Lehni 2015-05-11 19:15:52 +02:00
parent 8174405924
commit 783d1622b9

View file

@ -119,7 +119,7 @@ var CanvasView = View.extend(/** @lends CanvasView# */{
*/ */
update: function(force) { update: function(force) {
var project = this._project; var project = this._project;
if (!project || !force && !project._needsUpdate) if (!project || !force && !project._needsUpdate)
return false; return false;
// Initial tests conclude that clearing the canvas using clearRect // Initial tests conclude that clearing the canvas using clearRect
// is always faster than setting canvas.width = canvas.width // is always faster than setting canvas.width = canvas.width