Browse Source

Pull request #1713: REPORT-46037 名称错误

Merge in VISUAL/fineui from ~TELLER/fineui:bugfix to master

* commit '40cc3294531431324a8e9d32fa25db7b2dc5bc7a':
  fix: 名称错误
es6
Teller 4 years ago
parent
commit
54a745b2f9
  1. 2
      typescript/widget/multitree/multi.tree.combo.ts

2
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;

Loading…
Cancel
Save