diff options
author | Jonathan Duran | 2012-04-24 08:49:52 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-04-24 08:49:52 -0700 |
commit | 02414d5b25a53f7939d77c83ed550aad41e1f382 (patch) | |
tree | d918b1a78a44bddb55676d767069016db9fcda18 /js/document/html-document.js | |
parent | 47488a6ff1b7fc32e2485b3dd82afe207b936b35 (diff) | |
parent | 55e6d621b9555abac06ab4adff44dfe29a78ec4e (diff) | |
download | ninja-02414d5b25a53f7939d77c83ed550aad41e1f382.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Conflicts:
js/components/layout/bread-crumb.reel/bread-crumb.js
Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-x | js/document/html-document.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index 2531465d..54db9eaa 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -404,7 +404,8 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
404 | this.selectionExclude = ["HTML", "BODY", "Viewport", "UserContent", "stageBG"]; | 404 | this.selectionExclude = ["HTML", "BODY", "Viewport", "UserContent", "stageBG"]; |
405 | this.currentView = "design"; | 405 | this.currentView = "design"; |
406 | // | 406 | // |
407 | this.iframe.src = this._htmlTemplateUrl; | 407 | |
408 | this.iframe.src = this._htmlTemplateUrl; | ||
408 | this.iframe.addEventListener("load", this, true); | 409 | this.iframe.addEventListener("load", this, true); |
409 | } | 410 | } |
410 | }, | 411 | }, |
@@ -528,8 +529,6 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
528 | value: 0 | 529 | value: 0 |
529 | }, | 530 | }, |
530 | */ | 531 | */ |
531 | |||
532 | |||
533 | //////////////////////////////////////////////////////////////////// | 532 | //////////////////////////////////////////////////////////////////// |
534 | // | 533 | // |
535 | handleEvent: { | 534 | handleEvent: { |
@@ -827,7 +826,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
827 | // Setting up the currentSelectedContainer to the document body. | 826 | // Setting up the currentSelectedContainer to the document body. |
828 | userTemplateDidLoad: { | 827 | userTemplateDidLoad: { |
829 | value: function(){ | 828 | value: function(){ |
830 | this.application.ninja.currentSelectedContainer = this.documentRoot; | 829 | //this.application.ninja.currentSelectedContainer = this.documentRoot; |
831 | } | 830 | } |
832 | }, | 831 | }, |
833 | 832 | ||