aboutsummaryrefslogtreecommitdiff
path: root/src/components/flash/flash.js
diff options
context:
space:
mode:
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%'