diff options
author | Sam Potts <sam@potts.es> | 2018-03-03 23:16:15 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-03-03 23:16:15 +1100 |
commit | 6f061621ad64eefd0e831b8e1372ca665a130d5c (patch) | |
tree | a699a85406921e7b77beb76779f7bf638a34ec48 /dist/plyr.js | |
parent | 0300610108345a371ef9891439fd82ee2e1c8b5b (diff) | |
download | plyr-6f061621ad64eefd0e831b8e1372ca665a130d5c.tar.lz plyr-6f061621ad64eefd0e831b8e1372ca665a130d5c.tar.xz plyr-6f061621ad64eefd0e831b8e1372ca665a130d5c.zip |
v3.0.0-beta.17
Diffstat (limited to 'dist/plyr.js')
-rw-r--r-- | dist/plyr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/plyr.js b/dist/plyr.js index 3dbe1261..0bc5929b 100644 --- a/dist/plyr.js +++ b/dist/plyr.js @@ -77,7 +77,7 @@ var defaults = { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.0.0-beta.15/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.0.0-beta.16/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', @@ -167,7 +167,7 @@ var defaults = { reset: 'Reset', none: 'None', disabled: 'Disabled', - advertisment: 'Ad' + advertisement: 'Ad' }, // URLs @@ -2205,7 +2205,7 @@ var Ads = function () { var update = function update() { var time = utils.formatTime(_this4.manager.getRemainingTime()); - var label = _this4.player.config.i18n.advertisment + ' - ' + time; + var label = _this4.player.config.i18n.advertisement + ' - ' + time; _this4.elements.container.setAttribute('data-badge-text', label); }; @@ -5970,7 +5970,7 @@ var source = { // ========================================================================== // Plyr -// plyr.js v3.0.0-beta.15 +// plyr.js v3.0.0-beta.16 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== |