mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +00:00
Bump to v4.7.0.
This commit is contained in:
@@ -58,7 +58,9 @@ function createFlow(fromRight) {
|
||||
) {
|
||||
wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]);
|
||||
} else {
|
||||
wrapper = (func.length == 1 && isLaziable(func)) ? wrapper[funcName]() : wrapper.thru(func);
|
||||
wrapper = (func.length == 1 && isLaziable(func))
|
||||
? wrapper[funcName]()
|
||||
: wrapper.thru(func);
|
||||
}
|
||||
}
|
||||
return function() {
|
||||
|
||||
Reference in New Issue
Block a user