diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 4164f639..e12245c0 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -68,6 +68,9 @@ var jQuery = function(a,c) { // Map over the $ in case of overwrite if ( typeof $ != "undefined" ) jQuery._$ = $; + +// Map the jQuery namespace to the '$' one +var $ = jQuery; /** * This function accepts a string containing a CSS selector, @@ -181,9 +184,6 @@ if ( typeof $ != "undefined" ) * @type jQuery */ -// Map the jQuery namespace to the '$' one -var $ = jQuery; - jQuery.fn = jQuery.prototype = { /** * The current version of jQuery.