diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-23 17:02:32 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-23 17:02:32 +0000 |
commit | 0eb642cc1f515f6c072c9ed96dfd757cb44f1656 (patch) | |
tree | 9632b65968bd0432096526f82093dc10a41178db | |
parent | d9464547e0c328bf9f9b67e8d38621023a7e450e (diff) | |
download | jquery-0eb642cc1f515f6c072c9ed96dfd757cb44f1656.tar.gz jquery-0eb642cc1f515f6c072c9ed96dfd757cb44f1656.zip |
Removed unnecessary comment
-rw-r--r-- | src/jquery/jquery.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index b72095433..933e97433 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; }, |