mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 17:47:49 +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) {
|
lodashStable.each(['unzip', 'zip'], function(methodName, index) {
|
||||||
var func = _[methodName];
|
var func = _[methodName];
|
||||||
func = _.bind(index ? func.apply : func.call, func, null);
|
func = lodashStable.bind(index ? func.apply : func.call, func, null);
|
||||||
|
|
||||||
var object = {
|
var object = {
|
||||||
'an empty array': [
|
'an empty array': [
|
||||||
|
|||||||
Reference in New Issue
Block a user