diff options
Diffstat (limited to 'dist/plyr.polyfilled.js')
-rw-r--r-- | dist/plyr.polyfilled.js | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/dist/plyr.polyfilled.js b/dist/plyr.polyfilled.js index 432a56fe..536e1174 100644 --- a/dist/plyr.polyfilled.js +++ b/dist/plyr.polyfilled.js @@ -5268,7 +5268,7 @@ var defaults = { // Sprite (for icons) loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/3.0.4/plyr.svg', + iconUrl: 'https://cdn.plyr.io/3.0.5/plyr.svg', // Blank video (used to prevent errors on source change) blankVideo: 'https://cdn.plyr.io/static/blank.mp4', @@ -7311,8 +7311,6 @@ var Fullscreen = function () { return; } - console.warn(this.prefix); - // iOS native fullscreen doesn't need the request step if (browser.isIos && this.player.config.fullscreen.iosNative) { if (this.player.playing) { @@ -7355,8 +7353,6 @@ var Fullscreen = function () { }, { key: 'toggle', value: function toggle() { - console.warn('TOGGLE'); - if (!this.active) { this.enter(); } else { @@ -10941,8 +10937,6 @@ var youtube = { // Reset timer clearInterval(player.timers.playing); - console.warn(event.data); - // Handle events // -1 Unstarted // 0 Ended @@ -11595,7 +11589,7 @@ var source = { // ========================================================================== // Plyr -// plyr.js v3.0.4 +// plyr.js v3.0.5 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== @@ -12154,8 +12148,6 @@ var Plyr$1 = function () { // then set the timer to hide the controls if (!show || this.playing) { this.timers.controls = setTimeout(function () { - console.warn(_this3.elements.controls.pressed, _this3.elements.controls.hover, delay); - // If the mouse is over the controls (and not entering fullscreen), bail if ((_this3.elements.controls.pressed || _this3.elements.controls.hover) && !isEnterFullscreen) { return; @@ -12913,7 +12905,7 @@ var Plyr$1 = function () { // ========================================================================== // Plyr Polyfilled Build -// plyr.js v3.0.3 +// plyr.js v3.0.4 // https://github.com/sampotts/plyr // License: The MIT License (MIT) // ========================================================================== |