diff options
Diffstat (limited to 'wp-includes/js/dist/token-list.js')
-rw-r--r-- | wp-includes/js/dist/token-list.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/wp-includes/js/dist/token-list.js b/wp-includes/js/dist/token-list.js index afedc15..eed2213 100644 --- a/wp-includes/js/dist/token-list.js +++ b/wp-includes/js/dist/token-list.js @@ -1,30 +1,30 @@ -/******/ (function() { // webpackBootstrap +/******/ (() => { // webpackBootstrap /******/ "use strict"; /******/ // The require scope /******/ var __webpack_require__ = {}; /******/ /************************************************************************/ /******/ /* webpack/runtime/define property getters */ -/******/ !function() { +/******/ (() => { /******/ // define getter functions for harmony exports -/******/ __webpack_require__.d = function(exports, definition) { +/******/ __webpack_require__.d = (exports, definition) => { /******/ for(var key in definition) { /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) { /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] }); /******/ } /******/ } /******/ }; -/******/ }(); +/******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ -/******/ !function() { -/******/ __webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); } -/******/ }(); +/******/ (() => { +/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop)) +/******/ })(); /******/ /************************************************************************/ var __webpack_exports__ = {}; /* harmony export */ __webpack_require__.d(__webpack_exports__, { -/* harmony export */ "default": function() { return /* binding */ TokenList; } +/* harmony export */ "default": () => (/* binding */ TokenList) /* harmony export */ }); /** * A set of tokens. |