Remove duplicated variable declaration
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
47937a5062
commit
dd91c4e500
1 changed files with 0 additions and 1 deletions
|
@ -362,7 +362,6 @@
|
|||
|
||||
$.event.trigger({type: "droppedOnTrash"});
|
||||
|
||||
var self=this;
|
||||
this.$fileList.on("droppedOnTrash", function (event, filename, directory) {
|
||||
self.do_delete(filename, directory)
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue