diff options
author | Nivesh Rajbhandari | 2012-05-04 16:00:14 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-04 16:00:14 -0700 |
commit | efe62dff2ba6894551fb9679d150255bae5af36e (patch) | |
tree | 4b29f6169b4192e5c53836560b43675b9c978255 /js/document/models/html.js | |
parent | ad94ec51c81badeba2b0f870cad8a0eec7878ebd (diff) | |
download | ninja-efe62dff2ba6894551fb9679d150255bae5af36e.tar.gz |
Draw 3d grid by default since app model is not hooked up yet.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document/models/html.js')
-rwxr-xr-x | js/document/models/html.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/document/models/html.js b/js/document/models/html.js index f45a0e21..5eedb731 100755 --- a/js/document/models/html.js +++ b/js/document/models/html.js | |||
@@ -15,6 +15,10 @@ exports.HtmlDocumentModel = Montage.create(BaseDocumentModel, { | |||
15 | // | 15 | // |
16 | hasTemplate: { | 16 | hasTemplate: { |
17 | value: false | 17 | value: false |
18 | }, | ||
19 | |||
20 | draw3DGrid: { | ||
21 | value: false | ||
18 | } | 22 | } |
19 | //////////////////////////////////////////////////////////////////// | 23 | //////////////////////////////////////////////////////////////////// |
20 | //////////////////////////////////////////////////////////////////// | 24 | //////////////////////////////////////////////////////////////////// |