Skip to content

Commit

Permalink
lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Apr 25, 2021
1 parent c58f862 commit a6870d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function doPan(chart, pan, options = {}, enabledScales) {

storeOriginalScaleLimits(chart);

const xEnabled= x !== 0 && directionEnabled(mode, 'x', chart);
const xEnabled = x !== 0 && directionEnabled(mode, 'x', chart);
const yEnabled = y !== 0 && directionEnabled(mode, 'y', chart);

each(enabledScales || chart.scales, function(scale) {
Expand Down

0 comments on commit a6870d5

Please sign in to comment.