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:05:06 +0300
commit04aadca7d11089cdd483d04f508db035a752be77 (patch)
tree93e853ec457e8aafe29dfc8b163fa6ec0d3cd781 /src
parent365735289e899b4d4ee209506e465d420d24e978 (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);
}