mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-07 14:50:56 +00:00
eslint: oopsy comma operator
This commit is contained in:
parent
5b43e84bab
commit
45fb6e963a
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ export default {
|
||||||
id: val.id,
|
id: val.id,
|
||||||
name: val.name,
|
name: val.name,
|
||||||
src: val.src
|
src: val.src
|
||||||
},
|
};
|
||||||
this.$emit('input', this.val);
|
this.$emit('input', this.val);
|
||||||
if ( close )
|
if ( close )
|
||||||
this.open = false;
|
this.open = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue