diff options
author | Jonathan Duran | 2012-06-25 08:13:24 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-06-25 08:13:24 -0700 |
commit | da3d11366fa6f42a99cbd8998eebd5fe572b76bc (patch) | |
tree | e0061fae257c1af54559562e24163b9f6db4f8d9 /js/stage | |
parent | 21edfc9a02df0ab4360d5eb41f9ef036500c681b (diff) | |
parent | 0f62fd5d06af6933530a151126fe054bf1b68419 (diff) | |
download | ninja-da3d11366fa6f42a99cbd8998eebd5fe572b76bc.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
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) { |