Remove duplicated variable declaration

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2019-01-31 17:59:50 +01:00
parent 47937a5062
commit dd91c4e500
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@
$.event.trigger({type: "droppedOnTrash"});
var self=this;
this.$fileList.on("droppedOnTrash", function (event, filename, directory) {
self.do_delete(filename, directory)
});