diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 19ee7c10..2c494d11 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -931,7 +931,7 @@ jQuery.fn = jQuery.prototype = { jQuery.grep(this, function(a) { return ( t.constructor == Array || t.jquery ) - ? console.log("t: %o a: %o", t, a) | jQuery.inArray( a, t ) < 0 + ? jQuery.inArray( a, t ) < 0 : a != t; }) );