Skip to content

Commit

Permalink
Fix JS Hint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Jul 30, 2016
1 parent 0bb2e47 commit b86e42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scales/scale.time.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module.exports = function(Chart) {
me.lastTick = roundedEnd;
}

me.scaleSizeInUnits = me.lastTick.diff(me.firstTick, me.tickUnit, true)
me.scaleSizeInUnits = me.lastTick.diff(me.firstTick, me.tickUnit, true);
}

me.smallestLabelSeparation = me.width;
Expand Down

0 comments on commit b86e42f

Please sign in to comment.