We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98744b commit 82125daCopy full SHA for 82125da
src/graph_imported_curves.js
@@ -1,7 +1,7 @@
1
export function ImportedCurves(curvesChanged) {
2
const maxImportCount = 5;
3
this._curvesData = [];
4
- let _that = this;
+ const _that = this;
5
this.minX = Number.MAX_VALUE;
6
this.maxX = -Number.MAX_VALUE;
7
this.minY = Number.MAX_VALUE;
0 commit comments