mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
[ticket/15769] Fix object shorthand error in eslint
PHPBB3-15769
This commit is contained in:
parent
dd2723b0bd
commit
7bf42797a7
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@
|
||||||
processData: false,
|
processData: false,
|
||||||
contentType: false,
|
contentType: false,
|
||||||
success: $this.uploadDone,
|
success: $this.uploadDone,
|
||||||
error: () => {
|
error() {
|
||||||
console.log('Upload error');
|
console.log('Upload error');
|
||||||
},
|
},
|
||||||
}).done($this.uploadDone);
|
}).done($this.uploadDone);
|
||||||
|
|
Loading…
Add table
Reference in a new issue