summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-07-30 18:03:37 +0300
committerAlon Levy <alon@pobox.com>2015-07-30 18:03:37 +0300
commited3d0f6239fc755edd006a1460182c5f0f692a0e (patch)
tree93e853ec457e8aafe29dfc8b163fa6ec0d3cd781 /src
parent1ea1f089d30cbae6884da4bef0d51b981c8d2e1b (diff)
client/view/graph_view: removed unused variables (jshint)
Diffstat (limited to 'src')
-rw-r--r--src/client/view/graph_view.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 6da21015..f1cf1d81 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -405,9 +405,6 @@ function GraphView(spec) {
}
function node__transform(d) {
- var bx = d.bx || 0,
- by = d.by || 0;
-
return translate(d.bx, d.by);
}