forked from AkkomaGang/akkoma-fe
translate a variable name to American English from Australian English
This commit is contained in:
parent
f0641d05df
commit
6b250762f0
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ const Flash = {
|
||||||
player.config = {
|
player.config = {
|
||||||
letterbox: 'on'
|
letterbox: 'on'
|
||||||
}
|
}
|
||||||
const container = this.$refs.cunt
|
const container = this.$refs.container
|
||||||
container.appendChild(player)
|
container.appendChild(player)
|
||||||
player.style.width = '100%'
|
player.style.width = '100%'
|
||||||
player.style.height = '100%'
|
player.style.height = '100%'
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="Flash">
|
<div class="Flash">
|
||||||
<div
|
<div
|
||||||
v-if="player"
|
v-if="player"
|
||||||
ref="cunt"
|
ref="container"
|
||||||
class="player"
|
class="player"
|
||||||
:class="{ hidden: player === 'hidden' }"
|
:class="{ hidden: player === 'hidden' }"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue