mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Bump to v4.4.0.
This commit is contained in:
@@ -30,7 +30,11 @@ function wrapperReverse() {
|
||||
wrapped = new LazyWrapper(this);
|
||||
}
|
||||
wrapped = wrapped.reverse();
|
||||
wrapped.__actions__.push({ 'func': thru, 'args': [reverse], 'thisArg': undefined });
|
||||
wrapped.__actions__.push({
|
||||
'func': thru,
|
||||
'args': [reverse],
|
||||
'thisArg': undefined
|
||||
});
|
||||
return new LodashWrapper(wrapped, this.__chain__);
|
||||
}
|
||||
return this.thru(reverse);
|
||||
|
||||
Reference in New Issue
Block a user