mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
jquery.tinycarousel: updated callback function in the options (fixes test)
This commit is contained in:
2
jquery.tinycarousel/jquery.tinycarousel.d.ts
vendored
2
jquery.tinycarousel/jquery.tinycarousel.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user