Added some final global variable tweaks - no more namespace leaking!
This commit is contained in:
parent
4986837802
commit
956529c7be
2 changed files with 5 additions and 2 deletions
3
jquery/jquery.js
vendored
3
jquery/jquery.js
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue