Skip to content

Commit c556f8c

Browse files
committed
rename range_attributes file -> oppaxis_attributes
1 parent 23c8401 commit c556f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/rangeslider/defaults.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
var Lib = require('../../lib');
1212
var attributes = require('./attributes');
13-
var rangeAttributes = require('./range_attributes');
13+
var oppAxisAttrs = require('./oppaxis_attributes');
1414
var axisIds = require('../../plots/cartesian/axis_ids');
1515

1616
module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
@@ -30,7 +30,7 @@ module.exports = function handleDefaults(layoutIn, layoutOut, axName) {
3030
}
3131

3232
function coerceRange(rangeContainerIn, rangeContainerOut, attr, dflt) {
33-
return Lib.coerce(rangeContainerIn, rangeContainerOut, rangeAttributes, attr, dflt);
33+
return Lib.coerce(rangeContainerIn, rangeContainerOut, oppAxisAttrs, attr, dflt);
3434
}
3535

3636
var visible = coerce('visible');

0 commit comments

Comments
 (0)