mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
jshint -> eslint
This commit is contained in:
parent
40b3f929e9
commit
77a1d3f3df
100 changed files with 716 additions and 811 deletions
|
|
@ -708,7 +708,7 @@ class Selector
|
|||
* @param {Object} item
|
||||
* @param {Object=} event
|
||||
*/
|
||||
actionClick = function (item, event = null) {
|
||||
actionClick(item, event = null) {
|
||||
|
||||
if (item)
|
||||
{
|
||||
|
|
@ -761,4 +761,3 @@ class Selector
|
|||
}
|
||||
|
||||
export {Selector, Selector as default};
|
||||
module.exports = Selector;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue