aboutsummaryrefslogtreecommitdiff
path: root/js/stage/layout.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-06-22 16:20:57 -0700
committerJose Antonio Marquez2012-06-22 16:20:57 -0700
commit6879ed0f3e4ffb66639f34b32ea8e9fc18452f61 (patch)
tree567235eb1a3f4e08b3d87fa044ec869bc4043f23 /js/stage/layout.js
parentb97819e9a8da9267d49acd72f918f8c40c8b320e (diff)
parentf5b8f2cc5f2b7e9cff892d7487ce56019bf66d4c (diff)
downloadninja-6879ed0f3e4ffb66639f34b32ea8e9fc18452f61.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into Color
Diffstat (limited to 'js/stage/layout.js')
-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) {