diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-01-31 17:59:50 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-01-31 17:59:50 +0100 |
commit | dd91c4e500b1c6049d2af03d126b7f48d3b90621 (patch) | |
tree | c6607cbbf1aff767ff70d88f1e950ffb4e8e26bd /apps | |
parent | 47937a50626bf017d8575a8974f140b3acf818a7 (diff) | |
download | nextcloud-server-dd91c4e500b1c6049d2af03d126b7f48d3b90621.tar.gz nextcloud-server-dd91c4e500b1c6049d2af03d126b7f48d3b90621.zip |
Remove duplicated variable declaration
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/filelist.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js index 60d708515e9..88cb453bd42 100644 --- a/apps/files/js/filelist.js +++ b/apps/files/js/filelist.js @@ -362,7 +362,6 @@ $.event.trigger({type: "droppedOnTrash"}); - var self=this; this.$fileList.on("droppedOnTrash", function (event, filename, directory) { self.do_delete(filename, directory) }); |