Explorar o código

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

TS: clean up.
Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
5d8208f8fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;