mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
after() allows ZeptoCollection arg
This commit is contained in:
Vendored
+1
-1
@@ -452,7 +452,7 @@ interface ZeptoCollection {
|
||||
/**
|
||||
* @see ZeptoCollection.after
|
||||
**/
|
||||
after(content: HTMLElement[]): ZeptoCollection;
|
||||
after(content: ZeptoCollection): ZeptoCollection;
|
||||
|
||||
/**
|
||||
* Append content to the DOM inside each individual element in the collection. The content can be an HTML string, a DOM node or an array of nodes.
|
||||
|
||||
Reference in New Issue
Block a user