mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 03:10:12 +01:00
Upgrade ESLint to v2
This commit also tweak the code style following backward-incompatible v2 rules.
This commit is contained in:
parent
b8aefedcc3
commit
90601eacae
14 changed files with 161 additions and 164 deletions
|
|
@ -64,6 +64,7 @@ EscapeActions = {
|
|||
clickExecute(target, maxLabel) {
|
||||
if (this._nextclickPrevented) {
|
||||
this._nextclickPrevented = false;
|
||||
return false;
|
||||
} else {
|
||||
return this._execute({
|
||||
maxLabel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue