Merge pull request #133 from jamesmanning/patch-1

Need to 'declare' the Spinner class
This commit is contained in:
Boris Yankov
2012-12-20 10:22:22 -08:00
+2 -2
View File
@@ -23,10 +23,10 @@ interface SpinnerOptions {
}
class Spinner {
declare class Spinner {
constructor (options?: SpinnerOptions);
spin(target?: any);
stop();
lines(el, o);
opacity(el, i, val);
}
}