Skip to content

Commit d41f971

Browse files
committed
Fix a bug
1 parent 5b53994 commit d41f971

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zepto/zepto.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -993,6 +993,12 @@ interface ZeptoCollection {
993993
**/
994994
prependTo(content: HTMLElement[]): ZeptoCollection;
995995

996+
/**
997+
* @see ZeptoCollection.prependTo
998+
* @param content
999+
**/
1000+
prependTo(content: ZeptoCollection): ZeptoCollection;
1001+
9961002
/**
9971003
* Get the previous sibling—optionally filtered by selector—of each element in the collection.
9981004
* @param selector

0 commit comments

Comments
 (0)