From: Jörn Zaefferer Date: Tue, 23 Jan 2007 17:02:32 +0000 (+0000) Subject: Removed unnecessary comment X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=0eb642cc1f515f6c072c9ed96dfd757cb44f1656;p=jquery.git Removed unnecessary comment --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index b720954..933e974 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; },