From 82f84e6176450f23e1a3ccde0ec7f5aca7729b8d Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Fri, 30 Aug 2013 12:13:04 -0500 Subject: [PATCH] Fix incorrect library name in Ladda definition file --- ladda/ladda.d.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ladda/ladda.d.ts b/ladda/ladda.d.ts index 278f00379..7b5204ad3 100644 --- a/ladda/ladda.d.ts +++ b/ladda/ladda.d.ts @@ -1,4 +1,4 @@ -// Type definitions for jStorage 0.4.0 +// Type definitions for Ladda 0.7.0 // Project: https://github.com/hakimel/Ladda // Definitions by: Danil Flores // Definitions: https://github.com/borisyankov/DefinitelyTyped @@ -31,5 +31,4 @@ declare module Ladda { function create(button: HTMLElement): ILaddaButton; - function stopAll(): void; -} \ No newline at end of file + function stopAll(): void;}