diff options
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 ) { |