schnee effeckt und fehler Korektur
This commit is contained in:
2
node_modules/es5-ext/array/#/map/shim.js
generated
vendored
2
node_modules/es5-ext/array/#/map/shim.js
generated
vendored
@@ -7,7 +7,7 @@ var isPlainArray = require("../../is-plain-array")
|
||||
, forEach = Array.prototype.forEach
|
||||
, call = Function.prototype.call;
|
||||
|
||||
module.exports = function (callbackFn/*, thisArg*/) {
|
||||
module.exports = function (callbackFn /*, thisArg*/) {
|
||||
var result, thisArg;
|
||||
if (!this || !isArray(this) || isPlainArray(this)) {
|
||||
return map.apply(this, arguments);
|
||||
|
||||
Reference in New Issue
Block a user