X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fjquery%2Fjquery.js;fp=src%2Fjquery%2Fjquery.js;h=9eb8377e135f5ea958f4efd9bc594f22524a38f6;hb=c8bd6e0a4aef14ad4808a63fc106849918ea4666;hp=8089e4e6b11bc95065ffd490d6f91dd5531c842b;hpb=b6d920cf05fae3dcfe515166013ce39411ac5e16;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 8089e4e..9eb8377 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -19,7 +19,7 @@ * @param jQuery|Element|Array c context * @cat Core */ -window.jQuery = function(a,c) { +var jQuery = window.jQuery = function(a,c) { // If the context is global, return a new object if ( window == this || !this.init ) return new jQuery(a,c);