Added a number of additional speed gains (we now hold our own against Dojo and DOMQue...
[jquery.git] / src / jquery / jquery.js
index 3b545e6..ddb08a4 100644 (file)
@@ -1630,7 +1630,6 @@ jQuery.extend({
                // expando of getElementsByTagName
                for ( var i = 0; second[i]; i++ )
                        first.push(second[i]);
-
                return first;
        },