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