aboutsummaryrefslogtreecommitdiff
path: root/js/document/models/html.js
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-05-04 16:00:14 -0700
committerNivesh Rajbhandari2012-05-04 16:00:14 -0700
commitefe62dff2ba6894551fb9679d150255bae5af36e (patch)
tree4b29f6169b4192e5c53836560b43675b9c978255 /js/document/models/html.js
parentad94ec51c81badeba2b0f870cad8a0eec7878ebd (diff)
downloadninja-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-xjs/document/models/html.js4
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 ////////////////////////////////////////////////////////////////////