Skip to content

Commit

Permalink
Merge pull request #6 from shimondoodkin/fix-jshint-d-used-out-of-scope
Browse files Browse the repository at this point in the history
fix jshint d used out of scope
  • Loading branch information
shimondoodkin authored Apr 5, 2018
2 parents 3b86821 + e9b7561 commit 007de8b
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 007de8b

Please sign in to comment.