schnee effeckt und fehler Korektur
This commit is contained in:
2
node_modules/es5-ext/object/copy.js
generated
vendored
2
node_modules/es5-ext/object/copy.js
generated
vendored
@@ -4,7 +4,7 @@ var aFrom = require("../array/from")
|
||||
, assign = require("./assign")
|
||||
, value = require("./valid-value");
|
||||
|
||||
module.exports = function (obj/*, propertyNames, options*/) {
|
||||
module.exports = function (obj /*, propertyNames, options*/) {
|
||||
var copy = Object(value(obj)), propertyNames = arguments[1], options = Object(arguments[2]);
|
||||
if (copy !== obj && !propertyNames) return copy;
|
||||
var result = {};
|
||||
|
||||
Reference in New Issue
Block a user