From bfa1e4a2cd80f90ab0d840d4ee67f6ee0ddd8adc Mon Sep 17 00:00:00 2001 From: Joe Schafer Date: Sat, 13 Dec 2014 13:51:23 -0500 Subject: [PATCH] Dropzone: remove trailing whitespace --- dropzone/dropzone.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dropzone/dropzone.d.ts b/dropzone/dropzone.d.ts index d41a614d8a..876dc77c50 100644 --- a/dropzone/dropzone.d.ts +++ b/dropzone/dropzone.d.ts @@ -39,7 +39,7 @@ interface DropzoneOptions { forceFallback?: boolean; fallback?: () => void; - // dictionary options + // dictionary options dictDefaultMessage?: string; dictFallbackMessage?: string; dictFallbackText?: string; @@ -72,7 +72,7 @@ declare class Dropzone { getRejectedFiles(): DropzoneFile[]; getQueuedFiles(): DropzoneFile[]; getUploadingFiles(): DropzoneFile[]; - + emit(eventName: string, file: DropzoneFile, str?: string); emit(eventName: "thumbnail", file: DropzoneFile, path: string); emit(eventName: "addedfile", file: DropzoneFile);