diff options
author | Sam Potts <sam@potts.es> | 2018-03-30 23:14:07 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-03-30 23:14:07 +1100 |
commit | cce143a7da5f47e8cffa9a255239288387efe193 (patch) | |
tree | 1ad60eef4864aeec1fcff6a6ccd5585ff3a4d04f /dist/plyr.js | |
parent | d593005b32e37019532cc7786b8b4cbb984ed58f (diff) | |
download | plyr-cce143a7da5f47e8cffa9a255239288387efe193.tar.lz plyr-cce143a7da5f47e8cffa9a255239288387efe193.tar.xz plyr-cce143a7da5f47e8cffa9a255239288387efe193.zip |
v3.0.11
Diffstat (limited to 'dist/plyr.js')
-rw-r--r-- | dist/plyr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/plyr.js b/dist/plyr.js index f2bc311c..670cdccd 100644 --- a/dist/plyr.js +++ b/dist/plyr.js @@ -6546,7 +6546,7 @@ var Plyr = function () { // Setup ads if provided this.ads = new Ads(this); - // Always autoplay if required + // Autoplay if required if (this.config.autoplay) { this.play(); } |