You can now assign jQuery to random namespaces - very cool. (Bug #1393)

This commit is contained in:
John Resig 2007-08-21 07:00:06 +00:00
parent b6d920cf05
commit c8bd6e0a4a
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
// prevent execution of jQuery if included more than once
if(typeof window.jQuery == "undefined") (function(){
if ( typeof jQuery == "undefined" ) (function(){