Browse Source

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

* commit '09256e124cbb315b830bab97feca70b6afdbe9c2':
  chore: 描述修改
master
Teller 5 years ago
parent
commit
98b4453df2
  1. 2
      typescript/core/base.ts

2
typescript/core/base.ts

@ -36,7 +36,7 @@ export interface _base {
toArray: (collection: any[]|object|string) => any[]; toArray: (collection: any[]|object|string) => any[];
size: (collection: any[]|object|string) => number; size: (collection: any) => number;
each: <T>(collection: T[]|object|string, callback?: ((index: number, value: T) => void)|object|string, thisArg?: any) => any; each: <T>(collection: T[]|object|string, callback?: ((index: number, value: T) => void)|object|string, thisArg?: any) => any;

Loading…
Cancel
Save