Skip to content

Commit 2083b34

Browse files
committed
typo
1 parent df8a5b2 commit 2083b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/xdata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ function parseXDATA(data, pressure){
532532
}
533533
}
534534

535-
if (_instrument.length > 0) _output["xdata_instrument"] = _instruments;
535+
if (_instruments.length > 0) _output["xdata_instrument"] = _instruments;
536536

537537
return _output
538538

0 commit comments

Comments
 (0)