mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
added/fixed headers a-d
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
// Type definitions for Dropzone 3.7.1
|
||||
// Project: http://www.dropzonejs.com/
|
||||
// Definitions by: Natan Vivo <https://github.com/nvivo>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
@@ -74,4 +75,4 @@ declare class Dropzone {
|
||||
|
||||
interface JQuery {
|
||||
dropzone(options: DropzoneOptions): Dropzone;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user