diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index b7209543..933e9743 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -259,7 +259,6 @@ jQuery.fn = jQuery.prototype = { pushStack: function( a ) { var ret = jQuery(a); ret.prevObject = this; - //return ret.setArray( a ); return ret; },