schnee effeckt und fehler Korektur
This commit is contained in:
2
node_modules/es5-ext/object/_iterate.js
generated
vendored
2
node_modules/es5-ext/object/_iterate.js
generated
vendored
@@ -12,7 +12,7 @@ var callable = require("./valid-callable")
|
||||
, objPropertyIsEnumerable = Object.prototype.propertyIsEnumerable;
|
||||
|
||||
module.exports = function (method, defVal) {
|
||||
return function (obj, cb/*, thisArg, compareFn*/) {
|
||||
return function (obj, cb /*, thisArg, compareFn*/) {
|
||||
var list, thisArg = arguments[2], compareFn = arguments[3];
|
||||
obj = Object(value(obj));
|
||||
callable(cb);
|
||||
|
||||
Reference in New Issue
Block a user