Remove unnecessary call

This commit is contained in:
Joseph Schorr 2013-11-08 14:06:57 -05:00
parent 3b9d13c42f
commit 5656e8503d

View file

@ -566,7 +566,6 @@ ImageHistoryTree.prototype.update_ = function(source) {
// Translate the foreign object so the tags are under the ID. // Translate the foreign object so the tags are under the ID.
fo.attr("transform", function(d, i) { fo.attr("transform", function(d, i) {
bbox = this.getBBox()
return "translate(" + [-130, 0 ] + ")"; return "translate(" + [-130, 0 ] + ")";
}); });