Commit fc79218d authored by Christian Kalmar's avatar Christian Kalmar

jshint fix

parent f34fb193
......@@ -5559,7 +5559,7 @@
};
axis.tickValues = function (x) {
if (typeof x === 'function') {
tickValues = function() {
tickValues = function () {
return x(scale.domain());
}
}
......
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