浏览代码

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';