From bc489ff33fa905254b468066d419b8d1cfb6fe09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Guillot?= Date: Fri, 1 Feb 2013 12:09:21 +0100 Subject: [PATCH] Fixed return type of basic overload. --- jquery.cycle/jquery.cycle.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.cycle/jquery.cycle.d.ts b/jquery.cycle/jquery.cycle.d.ts index a581c9d2cb..db9f3a1a3b 100644 --- a/jquery.cycle/jquery.cycle.d.ts +++ b/jquery.cycle/jquery.cycle.d.ts @@ -70,7 +70,7 @@ interface CycleOptions { interface Cycle { (fx?: string): JQuery; - (options?: CycleOptions); + (options?: CycleOptions): JQuery; ver: () => string; debug: bool; defaults: CycleOptions;