aboutsummaryrefslogtreecommitdiff
path: root/js/components
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-26 17:05:45 -0700
committerValerio Virgillito2012-04-26 17:05:45 -0700
commita0e730636083eff0c757cd9e16698e3b8e0066c1 (patch)
tree22f1f1ff503f077e9c17b6b6784a0b766bd3596c /js/components
parent238586be0df568c6804268d97bf9d3ef7cd33fda (diff)
downloadninja-a0e730636083eff0c757cd9e16698e3b8e0066c1.tar.gz
Fixed the stage border and layout in the new template
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components')
-rwxr-xr-xjs/components/layout/bread-crumb.reel/bread-crumb.js1
1 files changed, 0 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 597577f1..cf7b0685 100755
--- a/js/components/layout/bread-crumb.reel/bread-crumb.js
+++ b/js/components/layout/bread-crumb.reel/bread-crumb.js
@@ -81,7 +81,6 @@ exports.Breadcrumb = Montage.create(Component, {
81 81
82 // This is always the top container which is now hardcoded to body 82 // This is always the top container which is now hardcoded to body
83 this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": parentNode.nodeName}); 83 this.containerElements.unshift({"node": parentNode, "nodeUuid":parentNode.uuid, "label": parentNode.nodeName});
84 console.log("this works!");
85 } 84 }
86 85
87 } 86 }