diff options
| author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-09-09 15:13:55 +0100 |
|---|---|---|
| committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-09-09 15:30:57 +0100 |
| commit | 64095245eeb2b6fa60f74f3bf3063933481a2243 (patch) | |
| tree | 355f9f77f7e7372408705fb1841b758688ab8eb7 /misc | |
| parent | 4d34677623e2551fc72e09ffdffe0323a75db5fd (diff) | |
| download | redot-engine-64095245eeb2b6fa60f74f3bf3063933481a2243.tar.gz | |
Explicitly add implicitly added semicolons.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/dist/html/full-size.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/html/full-size.html b/misc/dist/html/full-size.html index 435013cb5e..be25ce4839 100644 --- a/misc/dist/html/full-size.html +++ b/misc/dist/html/full-size.html @@ -201,7 +201,7 @@ $GODOT_HEAD_INCLUDE throw new Error('Invalid status mode'); } statusMode = mode; - } + }; function animateStatusIndeterminate(ms) { |
