aboutsummaryrefslogtreecommitdiff
path: root/js/components
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-12 23:04:07 -0700
committerValerio Virgillito2012-06-12 23:04:07 -0700
commita75947d69f571d723552f926f94d195514a01cbd (patch)
tree978cbf419f481573b977820f57dc4f0dafb2ac58 /js/components
parent5c976cc4bbaa40315e77e6889b43fc7d7156e26f (diff)
downloadninja-a75947d69f571d723552f926f94d195514a01cbd.tar.gz
fixed document switching issues
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components')
-rwxr-xr-xjs/components/layout/bread-crumb.reel/bread-crumb.js1
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});