فهرست منبع

Merge pull request #32176 from Faless/js/fix_export_js

Fix HTML5 export after #30864
Fabio Alessandrelli 6 سال پیش
والد
کامیت
1399262ffa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      misc/dist/html/full-size.html

+ 1 - 1
misc/dist/html/full-size.html

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