diff options
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 | }, |