Skip to content

Commit

Permalink
fix jshint d used out of scope
Browse files Browse the repository at this point in the history
  • Loading branch information
shimondoodkin authored Apr 5, 2018
1 parent 3b86821 commit e9b7561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Date.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Flotr.Date = {
axis.tickSize = tickSize;

var step = tickSize * timeUnits[tickUnit];
d = new Date(min);
var d = new Date(min);

function setTick (name) {
set(d, name, mode, Flotr.floorInBase(
Expand Down

0 comments on commit e9b7561

Please sign in to comment.