Use lodashStable.bind in unzip/zip test.

This commit is contained in:
John-David Dalton
2016-02-20 03:24:58 -08:00
parent 6a4e0fb41b
commit 9fe6afcdcc

View File

@@ -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': [