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 = { 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%'

View file

@ -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' }"
/> />