translate a variable name to American English from Australian English

This commit is contained in:
Henry Jameson 2021-04-12 00:52:16 +03:00
parent f0641d05df
commit 6b250762f0
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ const Flash = {
player.config = {
letterbox: 'on'
}
const container = this.$refs.cunt
const container = this.$refs.container
container.appendChild(player)
player.style.width = '100%'
player.style.height = '100%'

View file

@ -2,7 +2,7 @@
<div class="Flash">
<div
v-if="player"
ref="cunt"
ref="container"
class="player"
:class="{ hidden: player === 'hidden' }"
/>