Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-07-11 14:01:16 +02:00
parent d05f67b2f3
commit 9e675dd8b1
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
1 changed files with 11 additions and 9 deletions

View File

@ -2694,6 +2694,8 @@ describe('OCA.Files.FileList tests', function() {
var eventData = {
delegatedEvent: {
target: $target
},
preventDefault: function () {
}
};
uploader.trigger('drop', eventData, data || {});