mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fixed return type of basic overload.
This commit is contained in:
parent
1b298ca0d6
commit
bc489ff33f
2
jquery.cycle/jquery.cycle.d.ts
vendored
2
jquery.cycle/jquery.cycle.d.ts
vendored
@ -70,7 +70,7 @@ interface CycleOptions {
|
||||
|
||||
interface Cycle {
|
||||
(fx?: string): JQuery;
|
||||
(options?: CycleOptions);
|
||||
(options?: CycleOptions): JQuery;
|
||||
ver: () => string;
|
||||
debug: bool;
|
||||
defaults: CycleOptions;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user