diff options
author | Valerio Virgillito | 2012-05-16 11:42:09 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-16 11:42:09 -0700 |
commit | 23bf5db97fb24afdb14d02faac1136fc04137e96 (patch) | |
tree | b0d2bb48506cda93e0db62d3e77c4ca9fc7306cf /js/document/views | |
parent | 081d72d145f3b570f0f866802e015527848f690e (diff) | |
parent | 78250b70bdf0089e2b8ac56fb77e2f76ab83f34c (diff) | |
download | ninja-23bf5db97fb24afdb14d02faac1136fc04137e96.tar.gz |
Merge pull request #238 from joseeight/Document
Fixing Chrome Preview
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 | //////////////////////////////////////////////////////////////////// |