mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +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,
|
||||
name: val.name,
|
||||
src: val.src
|
||||
},
|
||||
};
|
||||
this.$emit('input', this.val);
|
||||
if ( close )
|
||||
this.open = false;
|
||||
|
@ -256,4 +256,4 @@ export default {
|
|||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue