浏览代码

Merge pull request #19577 from linbingquan/dev-cleanup-ts

TS: clean up.
Mr.doob 5 年之前
父节点
当前提交
5d8208f8fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/jsm/libs/stats.module.d.ts

+ 1 - 1
examples/jsm/libs/stats.module.d.ts

@@ -18,7 +18,7 @@ declare namespace Stats {
 		update( value: number, maxValue: number ): void;
 	}
 
-	function Panel(name?: string, fg?: string, bg?: string): Panel;
+	function Panel( name?: string, fg?: string, bg?: string ): Panel;
 }
 
 export default Stats;