diff options
Diffstat (limited to 'misc')
-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); |