mirror of
https://github.com/nasa/openmct.git
synced 2025-06-05 17:01:41 +00:00
fix minmax typo
This commit is contained in:
parent
47c388450f
commit
fab04519c6
@ -143,7 +143,7 @@ define([
|
|||||||
let strategy;
|
let strategy;
|
||||||
|
|
||||||
if (this.model.interpolate !== 'none') {
|
if (this.model.interpolate !== 'none') {
|
||||||
strategy = 'minMax';
|
strategy = 'minmax';
|
||||||
}
|
}
|
||||||
|
|
||||||
options = _.extend({}, { size: 1000, strategy, filters: this.filters }, options || {});
|
options = _.extend({}, { size: 1000, strategy, filters: this.filters }, options || {});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user