Skip to content

Commit 82125da

Browse files
demvladhaslinghuis
andauthored
Code style improvement
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent a98744b commit 82125da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_imported_curves.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export function ImportedCurves(curvesChanged) {
22
const maxImportCount = 5;
33
this._curvesData = [];
4-
let _that = this;
4+
const _that = this;
55
this.minX = Number.MAX_VALUE;
66
this.maxX = -Number.MAX_VALUE;
77
this.minY = Number.MAX_VALUE;

0 commit comments

Comments
 (0)