aboutsummaryrefslogtreecommitdiff
path: root/src/components/flash/flash.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-12 00:52:16 +0300
committerHenry Jameson <me@hjkos.com>2021-04-12 00:52:16 +0300
commit6b250762f0fbbb7883716e072b086fb55d92218c (patch)
tree9b18bd5dcbddfac48c99c97b0b44f3d80d580f9a /src/components/flash/flash.js
parentf0641d05dffe627abd093c296a8cf9e5296b3098 (diff)
translate a variable name to American English from Australian English
Diffstat (limited to 'src/components/flash/flash.js')
-rw-r--r--src/components/flash/flash.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/flash/flash.js b/src/components/flash/flash.js
index 17a52747..74ea3400 100644
--- a/src/components/flash/flash.js
+++ b/src/components/flash/flash.js
@@ -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%'