Browse Source

Merge pull request #1036 in VISUAL/fineui from ~TELLER/fineui:master to master

* commit '40d24da03c9187792e0faa68592b64e36753ab66':
  fix: 参数设置错误
es6
Teller 5 years ago
parent
commit
449ff57fe8
  1. 2
      typescript/core/widget.ts

2
typescript/core/widget.ts

@ -283,7 +283,7 @@ export interface _Widget extends _OB {
* @param key
* @param value
*/
attr(key: string | { [key: string]: any }, value: any): any;
attr(key: string | { [key: string]: any }, value?: any): any;
/**
* text

Loading…
Cancel
Save