diff options
author | Valerio Virgillito | 2012-04-23 13:41:16 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-23 13:41:16 -0700 |
commit | d0af21d80441cb7ffe3a92ed00f8dc9b90867098 (patch) | |
tree | 9d40ce988131c4c15340e57c6b542785ccd15dae /js/document/html-document.js | |
parent | 3dfd75a1d7948ef369188e1ca23c0f044c0d17a1 (diff) | |
download | ninja-d0af21d80441cb7ffe3a92ed00f8dc9b90867098.tar.gz |
adjusting the bread crumb to work with the new template
Initial container get setup in ninja now.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/document/html-document.js')
-rwxr-xr-x | js/document/html-document.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/document/html-document.js b/js/document/html-document.js index 9873fdd1..54db9eaa 100755 --- a/js/document/html-document.js +++ b/js/document/html-document.js | |||
@@ -826,7 +826,7 @@ exports.HTMLDocument = Montage.create(TextDocument, { | |||
826 | // Setting up the currentSelectedContainer to the document body. | 826 | // Setting up the currentSelectedContainer to the document body. |
827 | userTemplateDidLoad: { | 827 | userTemplateDidLoad: { |
828 | value: function(){ | 828 | value: function(){ |
829 | this.application.ninja.currentSelectedContainer = this.documentRoot; | 829 | //this.application.ninja.currentSelectedContainer = this.documentRoot; |
830 | } | 830 | } |
831 | }, | 831 | }, |
832 | 832 | ||