mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Normalized spin.js defninition line endings
This commit is contained in:
Vendored
+7
-7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user