diff options
author | Eric Guzman | 2012-06-15 16:25:21 -0700 |
---|---|---|
committer | Eric Guzman | 2012-06-15 16:25:21 -0700 |
commit | 592bbb7e47d14528c1c9b034877a38f90db5649b (patch) | |
tree | ee84f4e4c3ae53ab177bebe45b1d7a9c5e22cf00 /js/ninja.reel/ninja.js | |
parent | 9184efdaff88d3ce0e949dbe7ccbb3324dbfaae9 (diff) | |
download | ninja-592bbb7e47d14528c1c9b034877a38f90db5649b.tar.gz |
Objects Tray - Add hiding based on workspace mode.
Diffstat (limited to 'js/ninja.reel/ninja.js')
-rwxr-xr-x | js/ninja.reel/ninja.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index fe20447a..4127e59a 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -47,7 +47,7 @@ exports.Ninja = Montage.create(Component, { | |||
47 | 47 | ||
48 | workspaceMode: { | 48 | workspaceMode: { |
49 | get: function() { | 49 | get: function() { |
50 | return this.workspaceMode; | 50 | return this._workspaceMode; |
51 | }, | 51 | }, |
52 | set: function(val) { | 52 | set: function(val) { |
53 | if(this._workspaceMode !== val ) { | 53 | if(this._workspaceMode !== val ) { |