From 0eb642cc1f515f6c072c9ed96dfd757cb44f1656 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Tue, 23 Jan 2007 17:02:32 +0000 Subject: [PATCH] Removed unnecessary comment --- src/jquery/jquery.js | 1 - 1 file changed, 1 deletion(-) 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; }, -- 1.7.10.4