mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-11 18:56:49 +01:00
Fix JS Hint warning
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user