From c8bdf0c188b86f62e5b4f95e4273018f0eb39d99 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 25 Dec 2020 14:23:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=8D=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/widget/multitree/multi.tree.combo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/widget/multitree/multi.tree.combo.ts b/typescript/widget/multitree/multi.tree.combo.ts index fd6bbd098..461d3d822 100644 --- a/typescript/widget/multitree/multi.tree.combo.ts +++ b/typescript/widget/multitree/multi.tree.combo.ts @@ -1,7 +1,7 @@ import { Single } from "../../base/single/single"; export declare class MultiTreeCombo extends Single { - static xytpe: string; + static xtype: string; static EVENT_FOCUS: string; static EVENT_BLUR: string; static EVENT_STOP: string;