Bug 1217239 - part 2 - fix bad rebase. r=jlong

This commit is contained in:
Jordan Santell 2015-10-27 08:11:41 -07:00
parent 2f51975f81
commit a4bb4d65c4

View File

@ -22,7 +22,7 @@ const TreeItem = module.exports = createClass({
dom.span({ className: "heap-tree-item-total-count" }, item.totalCount),
dom.span({ className: "heap-tree-item-name", style: { marginLeft: depth * INDENT }},
arrow,
this.toLabel(item.name)
item.name
)
);
}