Update spin.d.ts

`spin()` expects an HTMLElement, `JQuery` type won't work for example.
This commit is contained in:
Georgios Diamantopoulos
2013-09-08 15:00:07 +03:00
parent 685e52414a
commit b8865fa537

2
spin/spin.d.ts vendored
View File

@@ -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.