aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmo Wu <amo260@gmail.com>2016-11-10 16:27:10 +0800
committerGitHub <noreply@github.com>2016-11-10 16:27:10 +0800
commit02bc8c8445a0e4f249f237979ca080cc3cde74b2 (patch)
tree084a25376eb08d3d32ece39e8ddddc5a68f7febe
parent7965b82cca54e4ce6bf5e5b2f3de4c1a6098c432 (diff)
downloadplyr-02bc8c8445a0e4f249f237979ca080cc3cde74b2.tar.lz
plyr-02bc8c8445a0e4f249f237979ca080cc3cde74b2.tar.xz
plyr-02bc8c8445a0e4f249f237979ca080cc3cde74b2.zip
refactor: miss prefix
fix _fullscreen.prefix can't work
-rw-r--r--src/js/plyr.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 5c0378db..ec3f4029 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -615,6 +615,7 @@
})();
_fullscreen = {
+ prefix: prefix,
// Yet again Microsoft awesomeness,
// Sometimes the prefix is 'ms', sometimes 'MS' to keep you on your toes
eventType: (prefix === 'ms' ? 'MSFullscreenChange' : prefix + 'fullscreenchange'),