schnee effeckt und fehler Korektur
This commit is contained in:
2
node_modules/es5-ext/function/#/compose.js
generated
vendored
2
node_modules/es5-ext/function/#/compose.js
generated
vendored
@@ -8,7 +8,7 @@ var apply = Function.prototype.apply
|
||||
, call = Function.prototype.call
|
||||
, callFn = function (arg, fn) { return call.call(fn, this, arg); };
|
||||
|
||||
module.exports = function (fnIgnored/*, …fnn*/) {
|
||||
module.exports = function (fnIgnored /*, …fnn*/) {
|
||||
var fns, first;
|
||||
var args = aFrom(arguments);
|
||||
fns = isValue(this) ? [this].concat(args) : args;
|
||||
|
||||
Reference in New Issue
Block a user