Remove unnecessary call
This commit is contained in:
parent
3b9d13c42f
commit
5656e8503d
1 changed files with 0 additions and 1 deletions
|
@ -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 ] + ")";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Reference in a new issue