after() allows ZeptoCollection arg

This commit is contained in:
Philip Bulley
2014-03-28 17:24:42 +00:00
parent bf8e60395f
commit 0c88531646

2
zepto/zepto.d.ts vendored
View File

@@ -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.