From b8865fa537fdfe388cb52e398add4170cd345567 Mon Sep 17 00:00:00 2001 From: Georgios Diamantopoulos Date: Sun, 8 Sep 2013 15:00:07 +0300 Subject: [PATCH] Update spin.d.ts `spin()` expects an HTMLElement, `JQuery` type won't work for example. --- spin/spin.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spin/spin.d.ts b/spin/spin.d.ts index b6a7d37f8c..88a45943a1 100644 --- a/spin/spin.d.ts +++ b/spin/spin.d.ts @@ -34,7 +34,7 @@ declare class Spinner { * spinning, it is automatically removed from its previous target by calling * stop() internally. */ - spin(target?: any): Spinner; + spin(target?: HTMLElement): Spinner; /** * Stops and removes the Spinner.