mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix incorrect library name in Ladda definition file
This commit is contained in:
Vendored
+2
-3
@@ -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 <https://github.com/dflor003/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -31,5 +31,4 @@ declare module Ladda {
|
||||
|
||||
function create(button: HTMLElement): ILaddaButton;
|
||||
|
||||
function stopAll(): void;
|
||||
}
|
||||
function stopAll(): void;}
|
||||
|
||||
Reference in New Issue
Block a user