schnee effeckt und fehler Korektur
This commit is contained in:
2
node_modules/es5-ext/array/#/concat/shim.js
generated
vendored
2
node_modules/es5-ext/array/#/concat/shim.js
generated
vendored
@@ -19,7 +19,7 @@ isSpreadable = function (value) {
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
module.exports = function (item/*, …items*/) {
|
||||
module.exports = function (item /*, …items*/) {
|
||||
var result;
|
||||
if (!this || !isArray(this) || isPlainArray(this)) {
|
||||
return concat.apply(this, arguments);
|
||||
|
||||
Reference in New Issue
Block a user