(cherry picked from commit e7760deb741ae9a42e7bd17b4f35f29e7f251383)
@@ -177,7 +177,7 @@ $GODOT_HEAD_INCLUDE
});
animationCallbacks = animationCallbacks.filter(function(value) {
return (value != animateStatusIndeterminate);
- }
+ });
switch (mode) {
case 'progress':
statusProgress.style.display = 'block';