Skip to content

Commit

Permalink
Remove internal unused property
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
  • Loading branch information
danxuliu committed Dec 21, 2017
1 parent 96ed733 commit c059fbd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apps/files/js/fileactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@
*/
$el: null,

/**
* List of handlers to be notified whenever a register() or
* setDefault() was called.
*
* @member {Function[]}
*/
_updateListeners: {},

_fileActionTriggerTemplate: null,

/**
Expand Down Expand Up @@ -189,7 +181,6 @@
this.defaults = {};
this.icons = {};
this.currentFile = null;
this._updateListeners = [];
},
/**
* Sets the default action for a given mime type.
Expand Down

0 comments on commit c059fbd

Please sign in to comment.