fixes #267 dragZone listener getting confused (#270)

* fixes #267 dragZone listener getting confused

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>

* remove log

Signed-off-by: tech4GT <varun.gupta1798@gmail.com>
This commit is contained in:
Varun Gupta
2018-05-29 04:14:42 +05:30
committed by Jeffrey Warren
parent 1de72d7325
commit 8d3ca0887f
3 changed files with 22 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ function setInputStepInit() {
var dropzone = $(options.dropZoneSelector);
var fileInput = $(options.fileInputSelector);
onLoad = options.onLoad;
var onLoad = options.onLoad;
var reader = new FileReader();