From c625577cb7a84eb5c4850ccce71e06149e1fc7fd Mon Sep 17 00:00:00 2001 From: Philip Bulley Date: Fri, 28 Mar 2014 17:29:14 +0000 Subject: [PATCH] prepend() allows ZeptoCollection arg --- zepto/zepto.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zepto/zepto.d.ts b/zepto/zepto.d.ts index bc08565c2f..3608ade9f2 100644 --- a/zepto/zepto.d.ts +++ b/zepto/zepto.d.ts @@ -963,6 +963,12 @@ interface ZeptoCollection { **/ prepend(content: HTMLElement[]): ZeptoCollection; + /** + * @see ZeptoCollection.prepend + * @param content + **/ + prepend(content: ZeptoCollection): ZeptoCollection; + /** * Prepend elements of the current collection inside each of the target elements. This is like prepend, only with reversed operands. * @param content