From 0c5b65ea0b943521e46b71f7686cc918fd26db5d Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Fri, 17 May 2013 12:04:01 -0500 Subject: [PATCH] Updated spin.js definition to match v1.3 --- spin/spin.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spin/spin.d.ts b/spin/spin.d.ts index 52a9ac751b..f48adbb5ef 100644 --- a/spin/spin.d.ts +++ b/spin/spin.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Spin.js 1.2 +// Type definitions for Spin.js 1.3 // Project: http://fgnass.github.com/spin.js/ // Definitions by: Boris Yankov // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -11,6 +11,7 @@ interface SpinnerOptions { radius?: number; // The radius of the inner circle corners?: number; // Corner roundness (0..1) rotate?: number; // The rotation offset + direction?: number; // 1: clockwise, -1: counterclockwise color?: string; // #rgb or #rrggbb speed?: number; // Rounds per second trail?: number; // Afterglow percentage