diff options
author | Valerio Virgillito | 2012-07-12 16:55:41 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-12 16:55:41 -0700 |
commit | 73077acd7b5d9548539dccdf7a3e3c15af18a38a (patch) | |
tree | ce321e98d88a1c8abe34ac2b6e2c8044fa5c23a2 /js/components/layout/bread-crumb.reel/bread-crumb.js | |
parent | 3f5958b79392457bb13e65819d502065d05b1db1 (diff) | |
download | ninja-73077acd7b5d9548539dccdf7a3e3c15af18a38a.tar.gz |
adding a container around the breadcrumb button
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.js')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.js b/js/components/layout/bread-crumb.reel/bread-crumb.js index 40494bc3..efa0dfd5 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.js +++ b/js/components/layout/bread-crumb.reel/bread-crumb.js | |||
@@ -87,7 +87,7 @@ exports.Breadcrumb = Montage.create(Component, { | |||
87 | 87 | ||
88 | prepareForDraw: { | 88 | prepareForDraw: { |
89 | value: function() { | 89 | value: function() { |
90 | this.breadcrumbBt.addEventListener("action", this, false); | 90 | this.addEventListener("action", this, false); |
91 | this.addPropertyChangeListener("currentDocument.model.domContainer", this) | 91 | this.addPropertyChangeListener("currentDocument.model.domContainer", this) |
92 | } | 92 | } |
93 | }, | 93 | }, |