|
@@ -182,7 +182,7 @@ $GODOT_HEAD_INCLUDE
|
|
});
|
|
});
|
|
animationCallbacks = animationCallbacks.filter(function(value) {
|
|
animationCallbacks = animationCallbacks.filter(function(value) {
|
|
return (value != animateStatusIndeterminate);
|
|
return (value != animateStatusIndeterminate);
|
|
- }
|
|
|
|
|
|
+ });
|
|
switch (mode) {
|
|
switch (mode) {
|
|
case 'progress':
|
|
case 'progress':
|
|
statusProgress.style.display = 'block';
|
|
statusProgress.style.display = 'block';
|