aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/bread-crumb.reel/bread-crumb.js
diff options
context:
space:
mode:
authorValerio Virgillito2012-07-16 13:14:52 -0700
committerValerio Virgillito2012-07-16 13:14:52 -0700
commit156f15cec3203528a78783d075d4b8f1eb40c06d (patch)
treee9ccf39a596658a0a09180442bc26b87ed5f193c /js/components/layout/bread-crumb.reel/bread-crumb.js
parent04beac89aba08179a446cd36b8a7f2dc833ac80b (diff)
parentec3f0a848f264f466c3cd5dec60e27a84216d288 (diff)
downloadninja-156f15cec3203528a78783d075d4b8f1eb40c06d.tar.gz
Merge pull request #392 from joseeight/Document
New: Improved layout of components for breadcrumb and UI buttons for views
Diffstat (limited to 'js/components/layout/bread-crumb.reel/bread-crumb.js')
-rwxr-xr-xjs/components/layout/bread-crumb.reel/bread-crumb.js2
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 },