aboutsummaryrefslogtreecommitdiff
path: root/js/document/views
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-16 11:37:05 -0700
committerJose Antonio Marquez2012-05-16 11:37:05 -0700
commit5de553a1b3bdd8783ab6ce017ae70369ad92a890 (patch)
tree5d98f4a2787682a44979b5574e84dc67a7d6f4ae /js/document/views
parentb2c8041058ab8d16ca49d70ed24ddd29e79f51d2 (diff)
downloadninja-5de553a1b3bdd8783ab6ce017ae70369ad92a890.tar.gz
Fixing preview bug
Also setting up for Montage component serialization.
Diffstat (limited to 'js/document/views')
-rwxr-xr-xjs/document/views/design.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/views/design.js b/js/document/views/design.js
index c7aab1d7..3b2eb11f 100755
--- a/js/document/views/design.js
+++ b/js/document/views/design.js
@@ -347,7 +347,7 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, {
347 // 347 //
348 initMontage: { 348 initMontage: {
349 value: function () { 349 value: function () {
350 // 350 //initWithDocument(window.document) instantiateWithOwnerAndDocument(null, window.document)
351 } 351 }
352 }, 352 },
353 //////////////////////////////////////////////////////////////////// 353 ////////////////////////////////////////////////////////////////////