Merge pull request #1022 from georgiosd/patch-2

Update spin.d.ts
This commit is contained in:
Diullei Gomes
2013-09-08 09:33:46 -07:00
+1 -1
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.