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/stage/objects-tray.reel/objects-tray.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'js/stage/objects-tray.reel') diff --git a/js/stage/objects-tray.reel/objects-tray.js b/js/stage/objects-tray.reel/objects-tray.js index 2494c2b5..d81c2a8c 100644 --- a/js/stage/objects-tray.reel/objects-tray.js +++ b/js/stage/objects-tray.reel/objects-tray.js @@ -46,19 +46,19 @@ exports.ObjectsTray = Montage.create(Component, { offStageObjectsController : { value: null }, - + _showAllObjects : { value: null }, showAllObjects : { get : function() { return this._showAllObjects; }, set : function(value) { if(value === this._showAllObjects) { return; } - + this._showAllObjects = value; - + this.needsDraw = true; } }, - + workspaceMode : { get : function() { return this._workspaceMode; }, set : function(value) { @@ -119,7 +119,7 @@ exports.ObjectsTray = Montage.create(Component, { Draw Cycle --------------------- */ - templateDidLoad: { + templateDidLoad: { value: function() { this.offStageObjectsController.filterFunction = this.offStageObjectFilter.bind(this); } -- cgit v1.2.3