aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2016-01-15 15:19:20 +1100
committerSam Potts <me@sampotts.me>2016-01-15 15:19:20 +1100
commitaed7db34ea3a3224897e388286228569e0b2a182 (patch)
tree8f19f8e77735baadf5d72f8628bc2f6e32d2e51a /src/js
parent90608e9e1a494bea7765cabf7560f3cc33cec9a8 (diff)
downloadplyr-aed7db34ea3a3224897e388286228569e0b2a182.tar.lz
plyr-aed7db34ea3a3224897e388286228569e0b2a182.tar.xz
plyr-aed7db34ea3a3224897e388286228569e0b2a182.zip
Comments
Diffstat (limited to 'src/js')
-rw-r--r--src/js/plyr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 752074fc..d5fbb342 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1125,7 +1125,7 @@
'frameborder': 0
});
- // If full support, we can use custom controls, if not, use Vimeo
+ // If full support, we can use custom controls (hiding Vimeos), if not, use Vimeo
if(plyr.supported.full) {
container.appendChild(iframe);
plyr.media.appendChild(container);