-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a33a2b
commit 43d068e
Showing
6 changed files
with
19 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/*! @vimeo/player v2.16.2 | (c) 2021 Vimeo | MIT License | https://github.com/vimeo/player.js */ | ||
/*! @vimeo/player v2.16.3 | (c) 2022 Vimeo | MIT License | https://github.com/vimeo/player.js */ | ||
function _classCallCheck(instance, Constructor) { | ||
if (!(instance instanceof Constructor)) { | ||
throw new TypeError("Cannot call a class as a function"); | ||
|
@@ -127,9 +127,9 @@ function createCommonjsModule(fn, module) { | |
} | ||
|
||
/*! | ||
* weakmap-polyfill v2.0.4 - ECMAScript6 WeakMap polyfill | ||
* weakmap-polyfill v2.0.1 - ECMAScript6 WeakMap polyfill | ||
* https://github.com/polygonplanet/weakmap-polyfill | ||
* Copyright (c) 2015-2021 polygonplanet <[email protected]> | ||
* Copyright (c) 2015-2020 Polygon Planet <[email protected]> | ||
* @license MIT | ||
*/ | ||
(function (self) { | ||
|
@@ -140,17 +140,8 @@ function createCommonjsModule(fn, module) { | |
|
||
var hasOwnProperty = Object.prototype.hasOwnProperty; | ||
|
||
var hasDefine = Object.defineProperty && function () { | ||
try { | ||
// Avoid IE8's broken Object.defineProperty | ||
return Object.defineProperty({}, 'x', { | ||
value: 1 | ||
}).x === 1; | ||
} catch (e) {} | ||
}(); | ||
|
||
var defineProperty = function (object, name, value) { | ||
if (hasDefine) { | ||
if (Object.defineProperty) { | ||
Object.defineProperty(object, name, { | ||
configurable: true, | ||
writable: true, | ||
|
@@ -265,7 +256,7 @@ function createCommonjsModule(fn, module) { | |
function isObject(x) { | ||
return Object(x) === x; | ||
} | ||
})(typeof globalThis !== 'undefined' ? globalThis : typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : typeof commonjsGlobal !== 'undefined' ? commonjsGlobal : commonjsGlobal); | ||
})(typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : typeof commonjsGlobal !== 'undefined' ? commonjsGlobal : commonjsGlobal); | ||
|
||
var npo_src = createCommonjsModule(function (module) { | ||
/*! Native Promise Only | ||
|
@@ -276,7 +267,7 @@ var npo_src = createCommonjsModule(function (module) { | |
// special form of UMD for polyfilling across evironments | ||
context[name] = context[name] || definition(); | ||
|
||
if ( module.exports) { | ||
if (module.exports) { | ||
module.exports = context[name]; | ||
} | ||
})("Promise", typeof commonjsGlobal != "undefined" ? commonjsGlobal : commonjsGlobal, function DEF() { | ||
|
@@ -726,7 +717,7 @@ function swapCallbacks(oldElement, newElement) { | |
/** | ||
* @module lib/embed | ||
*/ | ||
var oEmbedParameters = ['autopause', 'autoplay', 'background', 'byline', 'color', 'controls', 'dnt', 'height', 'id', 'keyboard', 'loop', 'maxheight', 'maxwidth', 'muted', 'playsinline', 'portrait', 'responsive', 'speed', 'texttrack', 'title', 'transparent', 'url', 'width']; | ||
var oEmbedParameters = ['autopause', 'autoplay', 'background', 'byline', 'color', 'controls', 'dnt', 'height', 'id', 'interactiveparams', 'keyboard', 'loop', 'maxheight', 'maxwidth', 'muted', 'playsinline', 'portrait', 'responsive', 'speed', 'texttrack', 'title', 'transparent', 'url', 'width']; | ||
/** | ||
* Get the 'data-vimeo'-prefixed attributes from an element as an object. | ||
* | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters