@@ -36,7 +36,7 @@ var FUNC_ERROR_TEXT = 'Expected a function';
* // => 'no match'
*/
functioncond(pairs){
varlength=pairs?pairs.length:0,
varlength=pairs==null?0:pairs.length,
toIteratee=baseIteratee;
pairs=!length?[]:arrayMap(pairs,function(pair){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.