From 6d947d909ba570a7b139117c4584b3941abdbb19 Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Fri, 23 Aug 2013 12:24:44 -0500 Subject: [PATCH] Normalized spin.js defninition line endings --- spin/spin.d.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/spin/spin.d.ts b/spin/spin.d.ts index 6ebba2f0c..b6a7d37f8 100644 --- a/spin/spin.d.ts +++ b/spin/spin.d.ts @@ -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);