diff options
author | John Resig <jeresig@gmail.com> | 2006-10-10 01:59:20 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2006-10-10 01:59:20 +0000 |
commit | dbee06de85859af59591813d3004e6695b8bb278 (patch) | |
tree | fcb04b05af2f660e578783b43c5463f7d89a1881 /src/intro.js | |
parent | 967eec18317d0451af93b1a86902e80d39086507 (diff) | |
download | jquery-dbee06de85859af59591813d3004e6695b8bb278.tar.gz jquery-dbee06de85859af59591813d3004e6695b8bb278.zip |
Fixed a bunch of endline issues.1.0.2
Diffstat (limited to 'src/intro.js')
-rw-r--r-- | src/intro.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intro.js b/src/intro.js index c26ac36cf..c03593111 100644 --- a/src/intro.js +++ b/src/intro.js @@ -1,2 +1,2 @@ -/* prevent execution of jQuery if included more then once */
-if(typeof window.jQuery == "undefined") {
+/* prevent execution of jQuery if included more then once */ +if(typeof window.jQuery == "undefined") { |