diff options
author | Jose Antonio Marquez | 2012-05-16 11:37:05 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-16 11:37:05 -0700 |
commit | 5de553a1b3bdd8783ab6ce017ae70369ad92a890 (patch) | |
tree | 5d98f4a2787682a44979b5574e84dc67a7d6f4ae /js/document/views | |
parent | b2c8041058ab8d16ca49d70ed24ddd29e79f51d2 (diff) | |
download | ninja-5de553a1b3bdd8783ab6ce017ae70369ad92a890.tar.gz |
Fixing preview bug
Also setting up for Montage component serialization.
Diffstat (limited to 'js/document/views')
-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 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 | //////////////////////////////////////////////////////////////////// |