diff options
| author | Alon Levy <alon@pobox.com> | 2015-07-30 18:03:37 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-07-30 18:05:06 +0300 |
| commit | 04aadca7d11089cdd483d04f508db035a752be77 (patch) | |
| tree | 93e853ec457e8aafe29dfc8b163fa6ec0d3cd781 /src/client/view | |
| parent | 365735289e899b4d4ee209506e465d420d24e978 (diff) | |
client/view/graph_view: removed unused variables (jshint)
Diffstat (limited to 'src/client/view')
| -rw-r--r-- | src/client/view/graph_view.js | 3 |
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); } |
