Changeset 2819
- Timestamp:
- 08/21/07 07:00:06 (1 year ago)
- Location:
- trunk/jquery/src
- Files:
-
- 2 modified
-
intro.js (modified) (1 diff)
-
jquery/jquery.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/src/intro.js
r2818 r2819 1 1 // prevent execution of jQuery if included more than once 2 if (typeof window.jQuery == "undefined") (function(){2 if ( typeof jQuery == "undefined" ) (function(){ -
trunk/jquery/src/jquery/jquery.js
r2818 r2819 20 20 * @cat Core 21 21 */ 22 window.jQuery = function(a,c) {22 var jQuery = window.jQuery = function(a,c) { 23 23 // If the context is global, return a new object 24 24 if ( window == this || !this.init )
