Skip to content
Permalink
Browse files
Guess that was important, after all. Helps IE to map the object corre…
…ctly.
  • Loading branch information
jeresig committed Oct 15, 2006
1 parent c9511ef commit 2e23d01
Showing 1 changed file with 2 additions and 2 deletions.
@@ -28,7 +28,7 @@ window.undefined = window.undefined;
* @name jQuery
* @cat Core
*/
function jQuery(a,c) {
var jQuery = function(a,c) {

// Shortcut for document ready (because $(document).each() is silly)
if ( a && typeof a == "function" && jQuery.fn.ready )
@@ -71,7 +71,7 @@ function jQuery(a,c) {
this.each(fn);

return this;
}
};

// Map over the $ in case of overwrite
if ( typeof $ != "undefined" )

0 comments on commit 2e23d01

Please sign in to comment.