summaryrefslogtreecommitdiffstats
path: root/apps/files/js/fileactions.js
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-12-21 02:08:40 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-12-21 02:08:40 +0100
commitc059fbd409b088f65922354149f6d2fd9b5d01b3 (patch)
tree2fb67aa581a8f52d9bf1fc1c8043623876568329 /apps/files/js/fileactions.js
parent96ed73343eadb8723ca3bc404259d054f42b181d (diff)
downloadnextcloud-server-c059fbd409b088f65922354149f6d2fd9b5d01b3.tar.gz
nextcloud-server-c059fbd409b088f65922354149f6d2fd9b5d01b3.zip
Remove internal unused property
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/files/js/fileactions.js')
-rw-r--r--apps/files/js/fileactions.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files/js/fileactions.js b/apps/files/js/fileactions.js
index 1b94ee15a61..2fb7dfba29f 100644
--- a/apps/files/js/fileactions.js
+++ b/apps/files/js/fileactions.js
@@ -47,14 +47,6 @@
*/
$el: null,
- /**
- * List of handlers to be notified whenever a register() or
- * setDefault() was called.
- *
- * @member {Function[]}
- */
- _updateListeners: {},
-
_fileActionTriggerTemplate: null,
/**
@@ -189,7 +181,6 @@
this.defaults = {};
this.icons = {};
this.currentFile = null;
- this._updateListeners = [];
},
/**
* Sets the default action for a given mime type.