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;}