Loading core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes core/misc/cspell/dictionary.txt +0 −28 Original line number Diff line number Diff line Loading @@ -61,7 +61,6 @@ arrowstop arrowthick arrowthickstop arrr asdf asdrsad assertable asterix Loading Loading @@ -187,7 +186,6 @@ bubbleable buildable buildinfo buildtest bundable bundleable bundleless buttonpane Loading Loading @@ -296,7 +294,6 @@ contextual's contextuals contrained controlgroup coord corefake coretest corge Loading @@ -311,7 +308,6 @@ crossout crudui crypted cscript csrf csrftoken cssidentifier csslintrc Loading Loading @@ -357,7 +353,6 @@ ddblock ddev deckard deconstructor dedupe deduplicated deduplicates defalt Loading Loading @@ -395,7 +390,6 @@ desaturates desaturating descripcion deserialization deserializes destid destructable deutsch Loading Loading @@ -427,7 +421,6 @@ doubleclick downcasting doxygen drag'n'drop draggable dragtable dramallama dramallamas Loading Loading @@ -471,7 +464,6 @@ easyrdf ecmascript editables editdrupalimage editorconfig editunblock eerste egroe Loading Loading @@ -535,8 +527,6 @@ fapi farb farbtastic fatals favicon favicons favourite favstar fcgi Loading Loading @@ -572,7 +562,6 @@ filtertypes findwith firstcolumn fixnull flexbox flexslider flickr flipfit Loading Loading @@ -633,8 +622,6 @@ getview gids gifs giggabyte gitattributes gitignored gloop gnumeric goldfinger Loading @@ -658,7 +645,6 @@ guzzle's guzzlehttp gzipped hande hant hardcode hardcodes hardcoding Loading Loading @@ -746,7 +732,6 @@ isdst isid isinstallable items's iteratable itoa itok itunesentry Loading Loading @@ -808,7 +793,6 @@ langcodes langname languageswitcher larowlan latn layouted lazybuilder lazyload Loading Loading @@ -1045,7 +1029,6 @@ nothere notnull notsimpletest nourriture nowdoc nplurals nresponse ntfs Loading @@ -1054,7 +1037,6 @@ nyancat nyans nzdt nœud objectid objectindex oembed officedocument Loading Loading @@ -1113,17 +1095,14 @@ pathnames pcre pcss pdo's pecl peole percona performant perma permissionless persistable phpass phpcbf phpcs phpdoc phpdocumentor phpfile phpserialize Loading Loading @@ -1158,7 +1137,6 @@ postcondition postcss postfields postfoo postgres postgresql postorder postprocess Loading Loading @@ -1288,9 +1266,6 @@ reparenting reparsed replyto require'd rerender rerendered rerendering resampling resave resaved Loading Loading @@ -1418,7 +1393,6 @@ sourceid spacebar spagna spamspan spdx specialchar specialchars spiffiness Loading @@ -1435,7 +1409,6 @@ ssess ssid stardivision starrrrr starterkit startpunt starzzzz statuscode Loading Loading @@ -1889,7 +1862,6 @@ yourmodule youtube yowser yygroup yyyymm zartan zendframework zettabyte Loading core/misc/date.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } (function ($, Modernizr, Drupal, once) { Drupal.behaviors.date = { Loading core/misc/jquery.cookie.shim.js +2 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ * @preserve **/ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } Loading core/misc/message.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } (function (Drupal) { Drupal.Message = function () { Loading Loading
core/assets/vendor/jquery.ui/ui/widgets/resizable-min.js +1 −1 File changed.Preview size limit exceeded, changes collapsed. Show changes
core/misc/cspell/dictionary.txt +0 −28 Original line number Diff line number Diff line Loading @@ -61,7 +61,6 @@ arrowstop arrowthick arrowthickstop arrr asdf asdrsad assertable asterix Loading Loading @@ -187,7 +186,6 @@ bubbleable buildable buildinfo buildtest bundable bundleable bundleless buttonpane Loading Loading @@ -296,7 +294,6 @@ contextual's contextuals contrained controlgroup coord corefake coretest corge Loading @@ -311,7 +308,6 @@ crossout crudui crypted cscript csrf csrftoken cssidentifier csslintrc Loading Loading @@ -357,7 +353,6 @@ ddblock ddev deckard deconstructor dedupe deduplicated deduplicates defalt Loading Loading @@ -395,7 +390,6 @@ desaturates desaturating descripcion deserialization deserializes destid destructable deutsch Loading Loading @@ -427,7 +421,6 @@ doubleclick downcasting doxygen drag'n'drop draggable dragtable dramallama dramallamas Loading Loading @@ -471,7 +464,6 @@ easyrdf ecmascript editables editdrupalimage editorconfig editunblock eerste egroe Loading Loading @@ -535,8 +527,6 @@ fapi farb farbtastic fatals favicon favicons favourite favstar fcgi Loading Loading @@ -572,7 +562,6 @@ filtertypes findwith firstcolumn fixnull flexbox flexslider flickr flipfit Loading Loading @@ -633,8 +622,6 @@ getview gids gifs giggabyte gitattributes gitignored gloop gnumeric goldfinger Loading @@ -658,7 +645,6 @@ guzzle's guzzlehttp gzipped hande hant hardcode hardcodes hardcoding Loading Loading @@ -746,7 +732,6 @@ isdst isid isinstallable items's iteratable itoa itok itunesentry Loading Loading @@ -808,7 +793,6 @@ langcodes langname languageswitcher larowlan latn layouted lazybuilder lazyload Loading Loading @@ -1045,7 +1029,6 @@ nothere notnull notsimpletest nourriture nowdoc nplurals nresponse ntfs Loading @@ -1054,7 +1037,6 @@ nyancat nyans nzdt nœud objectid objectindex oembed officedocument Loading Loading @@ -1113,17 +1095,14 @@ pathnames pcre pcss pdo's pecl peole percona performant perma permissionless persistable phpass phpcbf phpcs phpdoc phpdocumentor phpfile phpserialize Loading Loading @@ -1158,7 +1137,6 @@ postcondition postcss postfields postfoo postgres postgresql postorder postprocess Loading Loading @@ -1288,9 +1266,6 @@ reparenting reparsed replyto require'd rerender rerendered rerendering resampling resave resaved Loading Loading @@ -1418,7 +1393,6 @@ sourceid spacebar spagna spamspan spdx specialchar specialchars spiffiness Loading @@ -1435,7 +1409,6 @@ ssess ssid stardivision starrrrr starterkit startpunt starzzzz statuscode Loading Loading @@ -1889,7 +1862,6 @@ yourmodule youtube yowser yygroup yyyymm zartan zendframework zettabyte Loading
core/misc/date.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } (function ($, Modernizr, Drupal, once) { Drupal.behaviors.date = { Loading
core/misc/jquery.cookie.shim.js +2 −2 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ * @preserve **/ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } Loading
core/misc/message.js +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } (function (Drupal) { Drupal.Message = function () { Loading