aboutsummaryrefslogtreecommitdiff
path: root/js/stage/objects-tray.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:53:10 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit04343eda8c2f870b0da55cfdc8003c99fe1cc4de (patch)
tree0a6048889b65bb16ff58822e55bc1346e9eb07bd /js/stage/objects-tray.reel
parent648ee61ae84216d0236e0dbc211addc13b2cfa3a (diff)
downloadninja-04343eda8c2f870b0da55cfdc8003c99fe1cc4de.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/stage/objects-tray.reel')
-rw-r--r--js/stage/objects-tray.reel/objects-tray.js10
1 files changed, 5 insertions, 5 deletions
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, {
46 offStageObjectsController : { 46 offStageObjectsController : {
47 value: null 47 value: null
48 }, 48 },
49 49
50 _showAllObjects : { value: null }, 50 _showAllObjects : { value: null },
51 showAllObjects : { 51 showAllObjects : {
52 get : function() { return this._showAllObjects; }, 52 get : function() { return this._showAllObjects; },
53 set : function(value) { 53 set : function(value) {
54 if(value === this._showAllObjects) { return; } 54 if(value === this._showAllObjects) { return; }
55 55
56 this._showAllObjects = value; 56 this._showAllObjects = value;
57 57
58 this.needsDraw = true; 58 this.needsDraw = true;
59 } 59 }
60 }, 60 },
61 61
62 workspaceMode : { 62 workspaceMode : {
63 get : function() { return this._workspaceMode; }, 63 get : function() { return this._workspaceMode; },
64 set : function(value) { 64 set : function(value) {
@@ -119,7 +119,7 @@ exports.ObjectsTray = Montage.create(Component, {
119 Draw Cycle 119 Draw Cycle
120 --------------------- */ 120 --------------------- */
121 121
122 templateDidLoad: { 122 templateDidLoad: {
123 value: function() { 123 value: function() {
124 this.offStageObjectsController.filterFunction = this.offStageObjectFilter.bind(this); 124 this.offStageObjectsController.filterFunction = this.offStageObjectFilter.bind(this);
125 } 125 }