schnee effeckt und fehler Korektur
This commit is contained in:
2
node_modules/es5-ext/object/normalize-options.js
generated
vendored
2
node_modules/es5-ext/object/normalize-options.js
generated
vendored
@@ -10,7 +10,7 @@ var process = function (src, obj) {
|
||||
};
|
||||
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
module.exports = function (opts1/*, …options*/) {
|
||||
module.exports = function (opts1 /*, …options*/) {
|
||||
var result = create(null);
|
||||
forEach.call(arguments, function (options) {
|
||||
if (!isValue(options)) return;
|
||||
|
||||
Reference in New Issue
Block a user