Use available value var in _.difference.

This commit is contained in:
John-David Dalton
2014-11-09 22:45:47 -08:00
parent ad56bdd354
commit b1ab63d549

View File

@@ -3441,7 +3441,7 @@
break; break;
} }
} }
return baseDifference(arguments[index], baseFlatten(arguments, false, true, ++index)); return baseDifference(value, baseFlatten(arguments, false, true, ++index));
} }
/** /**