From 04343eda8c2f870b0da55cfdc8003c99fe1cc4de Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:53:10 -0700 Subject: Remove trailing spaces --- js/ninja.reel/ninja.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'js/ninja.reel') diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index aa37c65f..6de15490 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js @@ -381,8 +381,8 @@ exports.Ninja = Montage.create(Component, { this.addPropertyChangeListener("appModel.debug", this.toggleDebug, false); } }, - - + + //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// //TODO: Expand method to allow other browsers for preview @@ -409,7 +409,7 @@ exports.Ninja = Montage.create(Component, { } }, //////////////////////////////////////////////////////////////////// - + //TODO: Make into proper component _saveOperationPopup: { value: null @@ -418,11 +418,11 @@ exports.Ninja = Montage.create(Component, { saveOperationScreen: { value: null }, - + //////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// - - + + handleResize: { value: function() { this.stage.resizeCanvases = true; @@ -444,7 +444,7 @@ exports.Ninja = Montage.create(Component, { _didDraw: { value: false }, - + didDraw: { value: function() { -- cgit v1.2.3