From d519d54b466c211b651b42ddea76b1854dda4438 Mon Sep 17 00:00:00 2001 From: Joe Schafer Date: Sat, 13 Dec 2014 13:50:59 -0500 Subject: [PATCH] Dropzone: allow clickable to be a string --- dropzone/dropzone.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropzone/dropzone.d.ts b/dropzone/dropzone.d.ts index 5dca7e169..d41a614d8 100644 --- a/dropzone/dropzone.d.ts +++ b/dropzone/dropzone.d.ts @@ -24,7 +24,7 @@ interface DropzoneOptions { headers?: any; addRemoveLinks?: boolean; previewsContainer?: string; - clickable?: boolean; + clickable?: any; createImageThumbnails?: boolean; maxThumbnailFilesize?: number; thumbnailWidth?: number;