diff options
author | Jose Antonio Marquez | 2012-06-22 16:20:57 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-22 16:20:57 -0700 |
commit | 6879ed0f3e4ffb66639f34b32ea8e9fc18452f61 (patch) | |
tree | 567235eb1a3f4e08b3d87fa044ec869bc4043f23 /js/stage | |
parent | b97819e9a8da9267d49acd72f918f8c40c8b320e (diff) | |
parent | f5b8f2cc5f2b7e9cff892d7487ce56019bf66d4c (diff) | |
download | ninja-6879ed0f3e4ffb66639f34b32ea8e9fc18452f61.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into Color
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/layout.js | 3 |
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) { |