aboutsummaryrefslogtreecommitdiff
path: root/js/components
diff options
context:
space:
mode:
authorValerio Virgillito2012-03-14 10:29:18 -0700
committerValerio Virgillito2012-03-14 10:29:18 -0700
commit6df430d86c289413fea48f8e2ac37def72fbde46 (patch)
treecc16f59407a85b6c91d372d25fdae2ee1dac88d1 /js/components
parentf4373594569f77d710eea9a266fe41419c029f85 (diff)
parentb4d3bf155e38e6554f05bb3cbaddd2f3bf799e90 (diff)
downloadninja-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-xjs/components/layout/bread-crumb.reel/bread-crumb.js3
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 },