Skip to content

Commit 5ee8dfb

Browse files
committed
Added missing comma
1 parent 93eb8aa commit 5ee8dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_spectrum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export function FlightLogAnalyser(flightLog, canvas, analyserCanvas) {
332332
"keydown",
333333
function (e) {
334334
e.preventDefault();
335-
}
335+
},
336336
);
337337

338338
// Spectrum type to show

0 commit comments

Comments
 (0)