wp/wp-includes/js/media-audiovideo.js
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
--- a/wp/wp-includes/js/media-audiovideo.js	Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-includes/js/media-audiovideo.js	Mon Oct 14 18:28:13 2019 +0200
@@ -36,12 +36,32 @@
 /******/ 	// define getter function for harmony exports
 /******/ 	__webpack_require__.d = function(exports, name, getter) {
 /******/ 		if(!__webpack_require__.o(exports, name)) {
-/******/ 			Object.defineProperty(exports, name, {
-/******/ 				configurable: false,
-/******/ 				enumerable: true,
-/******/ 				get: getter
-/******/ 			});
+/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
+/******/ 		}
+/******/ 	};
+/******/
+/******/ 	// define __esModule on exports
+/******/ 	__webpack_require__.r = function(exports) {
+/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
+/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
 /******/ 		}
+/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
+/******/ 	};
+/******/
+/******/ 	// create a fake namespace object
+/******/ 	// mode & 1: value is a module id, require it
+/******/ 	// mode & 2: merge all properties of value into the ns
+/******/ 	// mode & 4: return value when already ns object
+/******/ 	// mode & 8|1: behave like require
+/******/ 	__webpack_require__.t = function(value, mode) {
+/******/ 		if(mode & 1) value = __webpack_require__(value);
+/******/ 		if(mode & 8) return value;
+/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
+/******/ 		var ns = Object.create(null);
+/******/ 		__webpack_require__.r(ns);
+/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
+/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
+/******/ 		return ns;
 /******/ 	};
 /******/
 /******/ 	// getDefaultExport function for compatibility with non-harmony modules
@@ -59,6 +79,7 @@
 /******/ 	// __webpack_public_path__
 /******/ 	__webpack_require__.p = "";
 /******/
+/******/
 /******/ 	// Load entry module and return exports
 /******/ 	return __webpack_require__(__webpack_require__.s = 0);
 /******/ })
@@ -67,13 +88,24 @@
 /* 0 */
 /***/ (function(module, exports, __webpack_require__) {
 
+module.exports = __webpack_require__(1);
+
+
+/***/ }),
+/* 1 */
+/***/ (function(module, exports, __webpack_require__) {
+
+/**
+ * @output wp-includes/js/media-audiovideo.js
+ */
+
 var media = wp.media,
 	baseSettings = window._wpmejsSettings || {},
 	l10n = window._wpMediaViewsL10n || {};
 
 /**
  *
- * @summary Defines the wp.media.mixin object.
+ * Defines the wp.media.mixin object.
  *
  * @mixin
  *
@@ -83,7 +115,7 @@
 	mejsSettings: baseSettings,
 
 	/**
-	 * @summary Pauses and removes all players.
+	 * Pauses and removes all players.
 	 *
 	 * @since 4.2.0
 	 *
@@ -101,7 +133,7 @@
 	},
 
 	/**
-	 * @summary Removes the player.
+	 * Removes the player.
 	 *
 	 * Override the MediaElement method for removing a player.
 	 * MediaElement tries to pull the audio/video tag out of
@@ -147,7 +179,7 @@
 
 	/**
 	 *
-	 * @summary Removes and resets all players.
+	 * Removes and resets all players.
 	 *
 	 * Allows any class that has set 'player' to a MediaElementPlayer
 	 * instance to remove the player when listening to events.
@@ -168,7 +200,7 @@
 };
 
 /**
- * @summary Shortcode modeling for playlists.
+ * Shortcode modeling for playlists.
  *
  * @since 4.2.0
  */
@@ -187,7 +219,7 @@
 });
 
 /**
- * @summary Shortcode modeling for audio.
+ * Shortcode modeling for audio.
  *
  * `edit()` prepares the shortcode for the media modal.
  * `shortcode()` builds the new shortcode after an update.
@@ -209,7 +241,7 @@
 	},
 
 	/**
-	 * @summary Instantiates a new media object with the next matching shortcode.
+	 * Instantiates a new media object with the next matching shortcode.
 	 *
 	 * @since 4.2.0
 	 *
@@ -229,7 +261,7 @@
 	},
 
 	/**
-	 * @summary Generates an audio shortcode.
+	 * Generates an audio shortcode.
 	 *
 	 * @since 4.2.0
 	 *
@@ -259,7 +291,7 @@
 };
 
 /**
- * @summary Shortcode modeling for video.
+ * Shortcode modeling for video.
  *
  *  `edit()` prepares the shortcode for the media modal.
  *  `shortcode()` builds the new shortcode after update.
@@ -284,7 +316,7 @@
 	},
 
 	/**
-	 * @summary Instantiates a new media object with the next matching shortcode.
+	 * Instantiates a new media object with the next matching shortcode.
 	 *
 	 * @since 4.2.0
 	 *
@@ -309,7 +341,7 @@
 	},
 
 	/**
-	 * @summary Generates an video shortcode.
+	 * Generates an video shortcode.
 	 *
 	 * @since 4.2.0
 	 *
@@ -338,19 +370,19 @@
 	}
 };
 
-media.model.PostMedia = __webpack_require__( 1 );
-media.controller.AudioDetails = __webpack_require__( 2 );
-media.controller.VideoDetails = __webpack_require__( 3 );
-media.view.MediaFrame.MediaDetails = __webpack_require__( 4 );
-media.view.MediaFrame.AudioDetails = __webpack_require__( 5 );
-media.view.MediaFrame.VideoDetails = __webpack_require__( 6 );
-media.view.MediaDetails = __webpack_require__( 7 );
-media.view.AudioDetails = __webpack_require__( 8 );
-media.view.VideoDetails = __webpack_require__( 9 );
+media.model.PostMedia = __webpack_require__( 2 );
+media.controller.AudioDetails = __webpack_require__( 3 );
+media.controller.VideoDetails = __webpack_require__( 4 );
+media.view.MediaFrame.MediaDetails = __webpack_require__( 5 );
+media.view.MediaFrame.AudioDetails = __webpack_require__( 6 );
+media.view.MediaFrame.VideoDetails = __webpack_require__( 7 );
+media.view.MediaDetails = __webpack_require__( 8 );
+media.view.AudioDetails = __webpack_require__( 9 );
+media.view.VideoDetails = __webpack_require__( 10 );
 
 
 /***/ }),
-/* 1 */
+/* 2 */
 /***/ (function(module, exports) {
 
 /**
@@ -398,7 +430,7 @@
 
 
 /***/ }),
-/* 2 */
+/* 3 */
 /***/ (function(module, exports) {
 
 var State = wp.media.controller.State,
@@ -437,7 +469,7 @@
 
 
 /***/ }),
-/* 3 */
+/* 4 */
 /***/ (function(module, exports) {
 
 /**
@@ -476,7 +508,7 @@
 
 
 /***/ }),
-/* 4 */
+/* 5 */
 /***/ (function(module, exports) {
 
 var Select = wp.media.view.MediaFrame.Select,
@@ -612,7 +644,7 @@
 
 
 /***/ }),
-/* 5 */
+/* 6 */
 /***/ (function(module, exports) {
 
 var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
@@ -694,7 +726,7 @@
 
 
 /***/ }),
-/* 6 */
+/* 7 */
 /***/ (function(module, exports) {
 
 var MediaDetails = wp.media.view.MediaFrame.MediaDetails,
@@ -835,7 +867,7 @@
 
 
 /***/ }),
-/* 7 */
+/* 8 */
 /***/ (function(module, exports) {
 
 /* global MediaElementPlayer */
@@ -1009,7 +1041,7 @@
 
 
 /***/ }),
-/* 8 */
+/* 9 */
 /***/ (function(module, exports) {
 
 var MediaDetails = wp.media.view.MediaDetails,
@@ -1053,7 +1085,7 @@
 
 
 /***/ }),
-/* 9 */
+/* 10 */
 /***/ (function(module, exports) {
 
 var MediaDetails = wp.media.view.MediaDetails,