translate a variable name to American English from Australian English
This commit is contained in:
parent
f0641d05df
commit
6b250762f0
|
@ -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%'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="Flash">
|
||||
<div
|
||||
v-if="player"
|
||||
ref="cunt"
|
||||
ref="container"
|
||||
class="player"
|
||||
:class="{ hidden: player === 'hidden' }"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue