Skip to content

Commit

Permalink
add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
donno2048 authored Aug 24, 2024
1 parent f31217a commit 0d422cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2073,7 +2073,7 @@
$("delay").onchange = function()
{
emulator.v86.delay = parseFloat(this.value);
}
};

$("save_state").onclick = async function()
{
Expand Down

0 comments on commit 0d422cc

Please sign in to comment.