mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/15769] Fix object shorthand error in eslint
PHPBB3-15769
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
processData: false,
|
||||
contentType: false,
|
||||
success: $this.uploadDone,
|
||||
error: () => {
|
||||
error() {
|
||||
console.log('Upload error');
|
||||
},
|
||||
}).done($this.uploadDone);
|
||||
|
Reference in New Issue
Block a user