mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Fix deferred chaining test fails.
This commit is contained in:
@@ -11823,7 +11823,7 @@
|
||||
if (!isNpm) {
|
||||
var wrapped = _({ '0': 1, 'length': 1 });
|
||||
if (methodName == 'splice') {
|
||||
wrapped.splice(0, 1);
|
||||
wrapped.splice(0, 1).value();
|
||||
} else {
|
||||
wrapped[methodName]();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user