diff options
Diffstat (limited to 'assets/js/plyr.js')
-rw-r--r-- | assets/js/plyr.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/js/plyr.js b/assets/js/plyr.js index 21727615..93f51863 100644 --- a/assets/js/plyr.js +++ b/assets/js/plyr.js @@ -6,6 +6,9 @@ // Credits: http://paypal.github.io/accessible-html5-video-player/ // ========================================================================== +// Replace browser sniff with feature detection +// http://diveintohtml5.info/everything.html + /*global ActiveXObject*/ (function (api) { |