mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Use lodashStable.bind in unzip/zip test.
This commit is contained in:
@@ -23326,7 +23326,7 @@
|
||||
|
||||
lodashStable.each(['unzip', 'zip'], function(methodName, index) {
|
||||
var func = _[methodName];
|
||||
func = _.bind(index ? func.apply : func.call, func, null);
|
||||
func = lodashStable.bind(index ? func.apply : func.call, func, null);
|
||||
|
||||
var object = {
|
||||
'an empty array': [
|
||||
|
||||
Reference in New Issue
Block a user