Browse Source

Pull request #1403: 无JIRA任务 修改说明

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

* commit '82cdb66aa6abbb11235863261c76ccacb6e60ba1':
  refactor: 修改说明
es6
Teller 4 years ago
parent
commit
080e9df5d2
  1. 2
      typescript/base/combination/combo.ts

2
typescript/base/combination/combo.ts

@ -1,7 +1,7 @@
import { _Widget } from "../../core/widget";
export interface _Combo extends _Widget {
populate(items: any): void;
populate(...args: any[]): void;
_setEnable(v: boolean): void;

Loading…
Cancel
Save