Normalized spin.js defninition line endings

This commit is contained in:
Theodore Brown
2013-08-23 12:24:44 -05:00
parent 15c1672d82
commit 6d947d909b
+7 -7
View File
@@ -29,16 +29,16 @@ declare class Spinner {
public el: HTMLElement;
constructor(options?: SpinnerOptions);
/**
* Adds the spinner to the given target element. If this instance is already
* spinning, it is automatically removed from its previous target by calling
* stop() internally.
/**
* Adds the spinner to the given target element. If this instance is already
* spinning, it is automatically removed from its previous target by calling
* stop() internally.
*/
spin(target?: any): Spinner;
/**
* Stops and removes the Spinner.
* Stopped spinners may be reused by calling spin() again.
/**
* Stops and removes the Spinner.
* Stopped spinners may be reused by calling spin() again.
*/
stop(): Spinner;
lines(el, o);