From 8a69bce6a6e7bfb75810ea13df85c39a251a3ef9 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Wed, 18 Dec 2013 20:26:25 +0400 Subject: [PATCH] jquery.tinycarousel: updated callback function in the options (fixes test) --- jquery.tinycarousel/jquery.tinycarousel.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.tinycarousel/jquery.tinycarousel.d.ts b/jquery.tinycarousel/jquery.tinycarousel.d.ts index 83a0301079..2f4f4563a9 100644 --- a/jquery.tinycarousel/jquery.tinycarousel.d.ts +++ b/jquery.tinycarousel/jquery.tinycarousel.d.ts @@ -50,7 +50,7 @@ declare module JQueryTinyCarousel { /** * Function that executes after every move (default: null) */ - callback? : Function; + callback? : (element: HTMLElement, index: number) => void; } } interface JQuery {