aboutsummaryrefslogtreecommitdiff
path: root/js/stage
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-22 15:57:43 -0700
committerValerio Virgillito2012-06-22 15:57:43 -0700
commitf5b8f2cc5f2b7e9cff892d7487ce56019bf66d4c (patch)
tree22985c8362329c2a3b9aeb2be49c1b84817ce7d6 /js/stage
parentd3ca3d60b7a0e1455175612824b351bf841447e0 (diff)
parentcd7ba9648312a3f55fae9c33285be1d9540e13f9 (diff)
downloadninja-f5b8f2cc5f2b7e9cff892d7487ce56019bf66d4c.tar.gz
Merge pull request #324 from mqg734/StageGuides
Draw stage left and top references lines. Also fixed IKNinja-1720.
Diffstat (limited to 'js/stage')
-rwxr-xr-xjs/stage/layout.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/stage/layout.js b/js/stage/layout.js
index 28484b71..99c3a403 100755
--- a/js/stage/layout.js
+++ b/js/stage/layout.js
@@ -46,6 +46,9 @@ exports.Layout = Montage.create(Component, {
46 return; 46 return;
47 } 47 }
48 48
49 drawUtils._eltArray.length = 0;
50 drawUtils._planesArray.length = 0;
51
49 this._currentDocument = value; 52 this._currentDocument = value;
50 53
51 if(!value) { 54 if(!value) {