aboutsummaryrefslogtreecommitdiff
path: root/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-30 14:33:57 -0700
committerValerio Virgillito2012-05-30 14:33:57 -0700
commit435a36425a411c7b9a711670c74abcd04551750d (patch)
treeb0f9349c6d3a6b1ce6ea7a913f0a632789257001 /js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
parentdb22840ca995d670cf61d718d379eb2d4aaa3d59 (diff)
parent752f76fa464e2c9e48b4a0e5429a5b8062c00b39 (diff)
downloadninja-435a36425a411c7b9a711670c74abcd04551750d.tar.gz
Merge pull request #3 from mqg734/dom-architecture-pentool
Fixed bad reference to stage from pen tool.
Diffstat (limited to 'js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js')
-rwxr-xr-xjs/panels/properties.reel/sections/three-d-view.reel/three-d-view.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
index 0320c327..49907c9d 100755
--- a/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
+++ b/js/panels/properties.reel/sections/three-d-view.reel/three-d-view.js
@@ -198,6 +198,10 @@ exports.ThreeD = Montage.create(Component, {
198 } 198 }
199 }, 199 },
200 200
201 _currentDocument: {
202 value : null
203 },
204
201 currentDocument : { 205 currentDocument : {
202 get : function() { 206 get : function() {
203 return this._currentDocument; 207 return this._currentDocument;