diff options
author | Sam Potts <me@sampotts.me> | 2015-05-17 17:23:09 +1000 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-05-17 17:23:09 +1000 |
commit | 7ccbfad6adf721799869a9b826778199116f63ed (patch) | |
tree | ede22dab30c6ae6ed722f0945182c1e1dab6f515 /docs | |
parent | 91f8a158d27423012fa0b8459802c86867b035f3 (diff) | |
download | plyr-7ccbfad6adf721799869a9b826778199116f63ed.tar.lz plyr-7ccbfad6adf721799869a9b826778199116f63ed.tar.xz plyr-7ccbfad6adf721799869a9b826778199116f63ed.zip |
New API methods (fixes #77), Fix for non strict mode (fixes #78)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/error.html | 2 | ||||
-rw-r--r-- | docs/index.html | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/error.html b/docs/error.html index 63cd0f0b..6393d28f 100644 --- a/docs/error.html +++ b/docs/error.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Docs styles --> - <link rel="stylesheet" href="//cdn.plyr.io/1.1.5/docs.css"> + <link rel="stylesheet" href="//cdn.plyr.io/1.1.6/docs.css"> </head> <body> <main> diff --git a/docs/index.html b/docs/index.html index 0bc8e349..aa5a8859 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8,10 +8,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.1.5/plyr.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.1.6/plyr.css"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.1.5/docs.css"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.1.6/docs.css"> </head> <body> <header> @@ -79,13 +79,13 @@ b.insertBefore(c, b.childNodes[0]); } } - })(document, "https://cdn.plyr.io/1.1.5/sprite.svg"); + })(document, "https://cdn.plyr.io/1.1.6/sprite.svg"); </script> <!-- Plyr core script --> - <script src="https://cdn.plyr.io/1.1.5/plyr.js"></script> + <script src="https://cdn.plyr.io/1.1.6/plyr.js"></script> <!-- Docs script --> - <script src="https://cdn.plyr.io/1.1.5/docs.js"></script> + <script src="https://cdn.plyr.io/1.1.6/docs.js"></script> </body> </html> |