From 9a95957d8015b19439dca689d1c777b1c089ca9b Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 17 Feb 2015 08:23:52 +1100 Subject: [PATCH] Moved docs --- assets/js/plyr.js | 3 +++ docs/index.html => index.html | 18 +++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) rename docs/index.html => index.html (75%) 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) { diff --git a/docs/index.html b/index.html similarity index 75% rename from docs/index.html rename to index.html index 674cd42c..a447d8e6 100644 --- a/docs/index.html +++ b/index.html @@ -8,8 +8,8 @@ - - + +
@@ -21,7 +21,7 @@

Video

Using the native <video> element.

-