From bc05a8ae148c9f45e3ac1c43a48889544063c8c5 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 25 Dec 2020 17:37:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20pane=E6=8A=BD?= =?UTF-8?q?=E8=B1=A1=E7=BB=84=E4=BB=B6=E4=B8=8D=E9=9C=80=E8=A6=81=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E6=95=B0=E7=BB=84=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/pane.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/base/pane.ts b/typescript/base/pane.ts index f552808e1..0a345df69 100644 --- a/typescript/base/pane.ts +++ b/typescript/base/pane.ts @@ -8,5 +8,5 @@ export declare class Pane extends Widget { loaded(): void; check(): void; setTipVisible(b: boolean): void; - populate(items?: any[]): void; + populate(items?: any): void; }