Skip to content

Commit b3c4abf

Browse files
committed
Resolved missing coma
1 parent d10f471 commit b3c4abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_spectrum_calc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ GraphSpectrumCalc._psd = function(samples, pointsPerSegment, overlapCount, scal
561561
psdOutput: new Float64Array(0),
562562
min: 0,
563563
max: 0,
564-
maxNoiseIdx: 0
564+
maxNoiseIdx: 0,
565565
};
566566
}
567567
const maxFrequency = (this._blackBoxRate / 2.0);

0 commit comments

Comments
 (0)