Added some final global variable tweaks - no more namespace leaking!

This commit is contained in:
John Resig 2006-05-17 03:55:50 +00:00
parent 4986837802
commit 956529c7be
2 changed files with 5 additions and 2 deletions

3
jquery/jquery.js vendored
View file

@ -9,6 +9,9 @@
* $Rev$
*/
/* For JSLint (jslint.com): */
/*extern ActiveXObject Prototype setTimeout setInterval clearInterval document window XMLHttpRequest navigator*/
function $(a,c) {
var $a = a || $.context || document;
var $c = c && c.$jquery && c.get(0) || c;