diff options
author | Valerio Virgillito | 2012-06-12 23:04:07 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-12 23:04:07 -0700 |
commit | a75947d69f571d723552f926f94d195514a01cbd (patch) | |
tree | 978cbf419f481573b977820f57dc4f0dafb2ac58 /js/components/layout | |
parent | 5c976cc4bbaa40315e77e6889b43fc7d7156e26f (diff) | |
download | ninja-a75947d69f571d723552f926f94d195514a01cbd.tar.gz |
fixed document switching issues
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.js b/js/components/layout/bread-crumb.reel/bread-crumb.js index 2f493102..a3c743a4 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.js +++ b/js/components/layout/bread-crumb.reel/bread-crumb.js | |||
@@ -105,6 +105,7 @@ exports.Breadcrumb = Montage.create(Component, { | |||
105 | 105 | ||
106 | // TODO: This is bound 2 ways, update the internal property | 106 | // TODO: This is bound 2 ways, update the internal property |
107 | this.currentDocument.model.domContainer = this.containerElements[i].node; | 107 | this.currentDocument.model.domContainer = this.containerElements[i].node; |
108 | this.application.ninja.selectionController.executeSelectElement(); | ||
108 | } | 109 | } |
109 | } | 110 | } |
110 | }); | 111 | }); |