Fixed return type of basic overload.

This commit is contained in:
François Guillot 2013-02-01 12:09:21 +01:00
parent 1b298ca0d6
commit bc489ff33f

View File

@ -70,7 +70,7 @@ interface CycleOptions {
interface Cycle {
(fx?: string): JQuery;
(options?: CycleOptions);
(options?: CycleOptions): JQuery;
ver: () => string;
debug: bool;
defaults: CycleOptions;