Fix Grunt warning

This commit is contained in:
Alan Dipert
2018-10-08 21:19:54 -07:00
parent a8c027e7c1
commit 819446a5a5

View File

@@ -422,7 +422,7 @@ $.extend(fileInputBinding, {
}
},
subscribe: function(el, callback) {
let $el = $(el).on("change.fileInputBinding", uploadFiles);
$(el).on("change.fileInputBinding", uploadFiles);
// Here we try to set up the necessary events for Drag and Drop ("DnD") on
// every browser except IE9. We specifically exclude IE9 because it's one
// browser that supports just enough of the functionality we need to be