mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix a bug
This commit is contained in:
Vendored
+6
@@ -993,6 +993,12 @@ interface ZeptoCollection {
|
||||
**/
|
||||
prependTo(content: HTMLElement[]): ZeptoCollection;
|
||||
|
||||
/**
|
||||
* @see ZeptoCollection.prependTo
|
||||
* @param content
|
||||
**/
|
||||
prependTo(content: ZeptoCollection): ZeptoCollection;
|
||||
|
||||
/**
|
||||
* Get the previous sibling—optionally filtered by selector—of each element in the collection.
|
||||
* @param selector
|
||||
|
||||
Reference in New Issue
Block a user