Commit 80c3c29a authored by Christian Kalmar's avatar Christian Kalmar

jshint fix

parent fc79218d
...@@ -5561,7 +5561,7 @@ ...@@ -5561,7 +5561,7 @@
if (typeof x === 'function') { if (typeof x === 'function') {
tickValues = function () { tickValues = function () {
return x(scale.domain()); return x(scale.domain());
} };
} }
else { else {
if (!arguments.length) { return tickValues; } if (!arguments.length) { return tickValues; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment