diff options
author | Armen Kesablyan | 2012-06-21 15:46:26 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-21 15:46:26 -0700 |
commit | 4565558afff6fb07db3b5165042e028f467ac41b (patch) | |
tree | f1f0b76d4906c0f88afc1dabf3b807ef97039046 /js/document/views | |
parent | d9f9a65226dfe26500e82061cc38a7dda302f720 (diff) | |
download | ninja-4565558afff6fb07db3b5165042e028f467ac41b.tar.gz |
Binding View :Requested Changes for Pull Request
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/document/views')
-rwxr-xr-x | js/document/views/design.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/document/views/design.js b/js/document/views/design.js index 6a6f565d..4a75a1b4 100755 --- a/js/document/views/design.js +++ b/js/document/views/design.js | |||
@@ -454,8 +454,7 @@ exports.DesignDocumentView = Montage.create(BaseDocumentView, { | |||
454 | initMontage: { | 454 | initMontage: { |
455 | value: function (scripttags) { | 455 | value: function (scripttags) { |
456 | var self = this; | 456 | var self = this; |
457 | // | 457 | |
458 | //debugger; | ||
459 | this.iframe.contentWindow.document.body.addEventListener('mjsTemplateReady', function () { | 458 | this.iframe.contentWindow.document.body.addEventListener('mjsTemplateReady', function () { |
460 | //Initializing template with user's seriliazation | 459 | //Initializing template with user's seriliazation |
461 | var template = this.iframe.contentWindow.mjsTemplate.create(); | 460 | var template = this.iframe.contentWindow.mjsTemplate.create(); |