Merge pull request #3091 from pine613/fix/zepto/prependTo

Fix a bug
This commit is contained in:
Masahiro Wakame
2014-11-04 16:45:35 +09:00
+6
View File
@@ -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