diff options
author | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-11-17 18:18:46 +0000 |
---|---|---|
committer | Marcel Admiraal <madmiraal@users.noreply.github.com> | 2020-11-17 18:18:46 +0000 |
commit | f42284ed0721ad3a5dd1d2e8bb70f2ae3733ddde (patch) | |
tree | 35505e697aa657d79406ccabc0b169e50765d252 /misc/dist/html/editor.html | |
parent | c56a071d0c6e282dbb82aa7e69691e33f6c2fd7e (diff) |
Add missing javascript semi-colons.
Diffstat (limited to 'misc/dist/html/editor.html')
-rw-r--r-- | misc/dist/html/editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html index 27b762af15..d4234d08ac 100644 --- a/misc/dist/html/editor.html +++ b/misc/dist/html/editor.html @@ -320,7 +320,7 @@ throw new Error('Invalid status mode'); } statusMode = mode; - } + }; function animateStatusIndeterminate(ms) { var i = Math.floor(ms / INDETERMINATE_STATUS_STEP_MS % 8); |