diff options
author | Jose Antonio Marquez | 2012-06-22 16:21:20 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-22 16:21:20 -0700 |
commit | d94c2ebbcd44e7970102d6dc58a9f316692f9767 (patch) | |
tree | 22985c8362329c2a3b9aeb2be49c1b84817ce7d6 /js/stage | |
parent | 8d0c07b6734d874b481bb4866466de8f863a67a7 (diff) | |
parent | f5b8f2cc5f2b7e9cff892d7487ce56019bf66d4c (diff) | |
download | ninja-d94c2ebbcd44e7970102d6dc58a9f316692f9767.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into Document
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) { |