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/views/design.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/views/design.js')
-rwxr-xr-x | js/document/views/design.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/views/design.js b/js/document/views/design.js index 4f598305..6cce229c 100755 --- a/js/document/views/design.js +++ b/js/document/views/design.js | |||
@@ -49,7 +49,7 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, { | |||
49 | }, | 49 | }, |
50 | //////////////////////////////////////////////////////////////////// | 50 | //////////////////////////////////////////////////////////////////// |
51 | // | 51 | // |
52 | initiliaze: { | 52 | initialize: { |
53 | value: function (parent) { | 53 | value: function (parent) { |
54 | //Creating iFrame for view | 54 | //Creating iFrame for view |
55 | this.iframe = document.createElement("iframe"); | 55 | this.iframe = document.createElement("iframe"); |