diff options
author | Valerio Virgillito | 2012-05-16 23:19:32 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-16 23:19:32 -0700 |
commit | 402a369c7bf164c3c6686be3a33f5e36f25e4130 (patch) | |
tree | 96550b64edc3d6b4fc63c40b957fb1ff5ff3babe /js/document/models | |
parent | c26de5fa7b909a53b103b72027b5cbe7c3e1c49f (diff) | |
download | ninja-402a369c7bf164c3c6686be3a33f5e36f25e4130.tar.gz |
document controller and stage view code cleanup
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/models')
-rwxr-xr-x | js/document/models/html.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/document/models/html.js b/js/document/models/html.js index b57ff832..67457863 100755 --- a/js/document/models/html.js +++ b/js/document/models/html.js | |||
@@ -17,6 +17,11 @@ exports.HtmlDocumentModel = Montage.create(BaseDocumentModel, { | |||
17 | hasTemplate: { | 17 | hasTemplate: { |
18 | value: false | 18 | value: false |
19 | }, | 19 | }, |
20 | //////////////////////////////////////////////////////////////////// | ||
21 | // | ||
22 | selection: { | ||
23 | value: [] | ||
24 | }, | ||
20 | //////////////////////////////////////////////////////////////////// | 25 | //////////////////////////////////////////////////////////////////// |
21 | // | 26 | // |
22 | draw3DGrid: { | 27 | draw3DGrid: { |