Skip to content

Commit e4b59fc

Browse files
committed
Rename variable
1 parent 1c51d8f commit e4b59fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scales/scale.linear.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ module.exports = LinearScaleBase.extend({
2222
var DEFAULT_MAX = 1;
2323
var datasetIndex, meta, value, data, i, ilen;
2424

25-
function IDMatches(scaleMeta) {
26-
return isHorizontal ? scaleMeta.xAxisID === me.id : scaleMeta.yAxisID === me.id;
25+
function IDMatches(datasetMeta) {
26+
return isHorizontal ? datasetMeta.xAxisID === me.id : datasetMeta.yAxisID === me.id;
2727
}
2828

2929
// First Calculate the range

0 commit comments

Comments
 (0)