diff --git a/dropzone/dropzone.d.ts b/dropzone/dropzone.d.ts index 50dd433e3f..93f9ca25b0 100644 --- a/dropzone/dropzone.d.ts +++ b/dropzone/dropzone.d.ts @@ -41,7 +41,7 @@ interface DropzoneOptions { filesizeBase?: number; maxFiles?: number; params?: {}; - headers?: {}, + headers?: {}; clickable?: boolean|string|HTMLElement|(string|HTMLElement)[]; ignoreHiddenFiles?: boolean; acceptedFiles?: string;