From 5656e8503d4f39ea116e1920cb6c9a1dfb0cd2a0 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 8 Nov 2013 14:06:57 -0500 Subject: [PATCH] Remove unnecessary call --- static/js/graphing.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/graphing.js b/static/js/graphing.js index 5058c32eb..290c9f2ad 100644 --- a/static/js/graphing.js +++ b/static/js/graphing.js @@ -566,7 +566,6 @@ ImageHistoryTree.prototype.update_ = function(source) { // Translate the foreign object so the tags are under the ID. fo.attr("transform", function(d, i) { - bbox = this.getBBox() return "translate(" + [-130, 0 ] + ")"; });