diff options
author | Valerio Virgillito | 2012-03-14 10:29:18 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-14 10:29:18 -0700 |
commit | 6df430d86c289413fea48f8e2ac37def72fbde46 (patch) | |
tree | cc16f59407a85b6c91d372d25fdae2ee1dac88d1 /js/components | |
parent | f4373594569f77d710eea9a266fe41419c029f85 (diff) | |
parent | b4d3bf155e38e6554f05bb3cbaddd2f3bf799e90 (diff) | |
download | ninja-6df430d86c289413fea48f8e2ac37def72fbde46.tar.gz |
Merge pull request #117 from mencio/layout-fix
Layout Fixes and Canvas sized when panels are collapsed
Diffstat (limited to 'js/components')
-rwxr-xr-x | js/components/layout/bread-crumb.reel/bread-crumb.js | 3 |
1 files changed, 1 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 ab390fc6..f35972b6 100755 --- a/js/components/layout/bread-crumb.reel/bread-crumb.js +++ b/js/components/layout/bread-crumb.reel/bread-crumb.js | |||
@@ -71,8 +71,7 @@ exports.Breadcrumb = Montage.create(Component, { | |||
71 | // This is always the top container which is now hardcoded to body | 71 | // This is always the top container which is now hardcoded to body |
72 | this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": "Body"}); | 72 | this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": "Body"}); |
73 | 73 | ||
74 | // This is for the timeline -- Disable it since the timeline should not know about this object | 74 | |
75 | // NJevent('layerBinding',{selected:false ,element:this.container}) | ||
76 | 75 | ||
77 | } | 76 | } |
78 | }, | 77 | }, |