diff options
author | John Resig <jeresig@gmail.com> | 2007-05-20 16:42:42 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-05-20 16:42:42 +0000 |
commit | 5e964a4a734177c7359735b893e2d6ce5abaedbd (patch) | |
tree | 2359084b83715760b37e247e304a03063cf61e45 /src/intro.js | |
parent | 9b5363b9eb197515e31589894c945dfd70b8b93b (diff) | |
download | jquery-5e964a4a734177c7359735b893e2d6ce5abaedbd.tar.gz jquery-5e964a4a734177c7359735b893e2d6ce5abaedbd.zip |
Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.)
Diffstat (limited to 'src/intro.js')
-rw-r--r-- | src/intro.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intro.js b/src/intro.js index fc373ab53..9204081a2 100644 --- a/src/intro.js +++ b/src/intro.js @@ -1,2 +1,2 @@ -/* prevent execution of jQuery if included more than once */ +// prevent execution of jQuery if included more than once if(typeof window.jQuery == "undefined") { |