Made a number of spacing changes to bring the code more-inline with the jQuery Core...
[jquery.git] / src / intro.js
index c26ac36..19a2c80 100644 (file)
@@ -1,2 +1,17 @@
-/* prevent execution of jQuery if included more then once */\r
-if(typeof window.jQuery == "undefined") {\r
+/*!
+ * jQuery JavaScript Library v@VERSION
+ * http://jquery.com/
+ *
+ * Copyright 2009, John Resig
+ * Dual licensed under the MIT or GPL Version 2 licenses.
+ * http://docs.jquery.com/License
+ *
+ * Includes Sizzle.js
+ * http://sizzlejs.com/
+ * Copyright 2009, The Dojo Foundation
+ * Released under the MIT, BSD, and GPL Licenses.
+ *
+ * Date: 
+ */
+(function( window, undefined ) {
+