From 75f823a9a21bc3da70214fc37b66f51a1ecee209 Mon Sep 17 00:00:00 2001 From: linbingquan <695601626@qq.com> Date: Sat, 6 Jun 2020 22:29:04 +0800 Subject: [PATCH] TS: clean up. --- examples/jsm/libs/stats.module.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jsm/libs/stats.module.d.ts b/examples/jsm/libs/stats.module.d.ts index f5f485a02e..04f8de29cd 100644 --- a/examples/jsm/libs/stats.module.d.ts +++ b/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; -- GitLab