diff options
author | Jonathan Duran | 2012-04-19 13:58:42 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-04-19 13:58:42 -0700 |
commit | 4465a66996f2b022ab9e838e028415fd87cfa405 (patch) | |
tree | ea8404b7dd06f40407a9ed70118362b38697a733 /js/components | |
parent | 978c53b8e1e2476bb47c15717bf2bb3aacf3948d (diff) | |
parent | b7d5b9e9b69644cdafdcc9b7ef2fe2674f35db18 (diff) | |
download | ninja-4465a66996f2b022ab9e838e028415fd87cfa405.tar.gz |
Merge branch 'timeline-local' of github.com:ntfx47/ninja-internal into TimelineUber
Diffstat (limited to 'js/components')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/layout/bread-crumb.reel/bread-crumb.js b/js/components/layout/bread-crumb.reel/bread-crumb.js index 4776265a..faf5e2f8 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.js +++ b/js/components/layout/bread-crumb.reel/bread-crumb.js | |||
@@ -71,7 +71,7 @@ exports.Breadcrumb = Montage.create(Component, { | |||
71 | 71 | ||
72 | // This is always the top container which is now hardcoded to body | 72 | // This is always the top container which is now hardcoded to body |
73 | this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": "Body"}); | 73 | this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": "Body"}); |
74 | 74 | NJevent("breadCrumbBinding",this) | |
75 | 75 | ||
76 | 76 | ||
77 | } | 77 | } |
@@ -80,7 +80,7 @@ exports.Breadcrumb = Montage.create(Component, { | |||
80 | handleAction: { | 80 | handleAction: { |
81 | value: function(evt) { | 81 | value: function(evt) { |
82 | 82 | ||
83 | this.application.ninja.breadCrumbClick=true; | 83 | this.application.ninja.currentDocument.breadCrumbClick=true; |
84 | if(evt.target.value === this.container.uuid) { | 84 | if(evt.target.value === this.container.uuid) { |
85 | return; | 85 | return; |
86 | } | 86 | } |