v3.0.0-beta.17

This commit is contained in:
Sam Potts
2018-03-03 23:16:15 +11:00
parent 0300610108
commit 6f061621ad
13 changed files with 22 additions and 22 deletions

8
dist/plyr.js vendored
View File

@ -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)
// ==========================================================================

2
dist/plyr.js.map vendored

File diff suppressed because one or more lines are too long

2
dist/plyr.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5268,7 +5268,7 @@ var defaults = {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
iconUrl: 'https://cdn.plyr.io/3.0.0-beta.16/plyr.svg',
iconUrl: 'https://cdn.plyr.io/3.0.0-beta.17/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
@ -5358,7 +5358,7 @@ var defaults = {
reset: 'Reset',
none: 'None',
disabled: 'Disabled',
advertisment: 'Ad'
advertisement: 'Ad'
},
// URLs
@ -7396,7 +7396,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);
};
@ -11161,7 +11161,7 @@ var source = {
// ==========================================================================
// Plyr
// plyr.js v3.0.0-beta.16
// plyr.js v3.0.0-beta.17
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================
@ -12406,7 +12406,7 @@ var Plyr$1 = function () {
// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.0.0-beta.15
// plyr.js v3.0.0-beta.16
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long