diff options
Diffstat (limited to 'wp-includes/js/media-models.js')
-rw-r--r-- | wp-includes/js/media-models.js | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/wp-includes/js/media-models.js b/wp-includes/js/media-models.js index 34b79aa..798c051 100644 --- a/wp-includes/js/media-models.js +++ b/wp-includes/js/media-models.js @@ -1,8 +1,8 @@ -/******/ (function() { // webpackBootstrap +/******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 7727: -/***/ (function(module) { +/***/ 3343: +/***/ ((module) => { var $ = Backbone.$, Attachment; @@ -177,8 +177,8 @@ module.exports = Attachment; /***/ }), -/***/ 6940: -/***/ (function(module) { +/***/ 8266: +/***/ ((module) => { /** * wp.media.model.Attachments @@ -785,8 +785,8 @@ module.exports = Attachments; /***/ }), -/***/ 5927: -/***/ (function(module) { +/***/ 9104: +/***/ ((module) => { /** * wp.media.model.PostImage @@ -946,8 +946,8 @@ module.exports = PostImage; /***/ }), -/***/ 4009: -/***/ (function(module) { +/***/ 1288: +/***/ ((module) => { var Attachments = wp.media.model.Attachments, Query; @@ -1257,8 +1257,8 @@ module.exports = Query; /***/ }), -/***/ 6584: -/***/ (function(module) { +/***/ 4134: +/***/ ((module) => { var Attachments = wp.media.model.Attachments, Selection; @@ -1390,7 +1390,7 @@ module.exports = Selection; /************************************************************************/ var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. -!function() { +(() => { /** * @output wp-includes/js/media-models.js */ @@ -1460,12 +1460,12 @@ l10n = media.model.l10n = window._wpMediaModelsL10n || {}; media.model.settings = l10n.settings || {}; delete l10n.settings; -Attachment = media.model.Attachment = __webpack_require__( 7727 ); -Attachments = media.model.Attachments = __webpack_require__( 6940 ); +Attachment = media.model.Attachment = __webpack_require__( 3343 ); +Attachments = media.model.Attachments = __webpack_require__( 8266 ); -media.model.Query = __webpack_require__( 4009 ); -media.model.PostImage = __webpack_require__( 5927 ); -media.model.Selection = __webpack_require__( 6584 ); +media.model.Query = __webpack_require__( 1288 ); +media.model.PostImage = __webpack_require__( 9104 ); +media.model.Selection = __webpack_require__( 4134 ); /** * ======================================================================== @@ -1630,6 +1630,7 @@ media.query = function( props ) { }); }; -}(); +})(); + /******/ })() ;
\ No newline at end of file |