jquery.tinycarousel: updated callback function in the options (fixes test)

This commit is contained in:
Igor Oleinikov
2013-12-18 20:26:25 +04:00
parent 2d749660af
commit 8a69bce6a6

View File

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