diff options
author | Sam Potts <me@sampotts.me> | 2015-02-17 08:23:52 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-17 08:23:52 +1100 |
commit | 9a95957d8015b19439dca689d1c777b1c089ca9b (patch) | |
tree | 3e5c1a5366680d9bbeb13017b19afaf522d9c16a /assets/js | |
parent | c24df00af7bc8c989da341ec253443e5faf5dc4e (diff) | |
download | plyr-9a95957d8015b19439dca689d1c777b1c089ca9b.tar.lz plyr-9a95957d8015b19439dca689d1c777b1c089ca9b.tar.xz plyr-9a95957d8015b19439dca689d1c777b1c089ca9b.zip |
Moved docs
Diffstat (limited to 'assets/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) { |