diff options
author | jeresig <jeresig@gmail.com> | 2009-12-18 21:23:26 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-12-18 21:23:26 -0500 |
commit | 3fd62eae9df3159fc238a515bb748140a942313d (patch) | |
tree | f3701994828ca356c2eb4059e1352ca89b72f0df /src/intro.js | |
parent | 42f8c3add3e0e4370d4bd6816bf471e07baf34be (diff) | |
download | jquery-3fd62eae9df3159fc238a515bb748140a942313d.tar.gz jquery-3fd62eae9df3159fc238a515bb748140a942313d.zip |
Switched from using YUI Compressor to Google Compiler. Minified and Gzipped filesize reduced to 22,839 bytes from 26,169 bytes (13% decrease in filesize). Sizzle copyright was merged into the main header (since it's removed automatically). Still passes all unit tests.
Diffstat (limited to 'src/intro.js')
-rw-r--r-- | src/intro.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/intro.js b/src/intro.js index d4ef8fdc6..adea1b575 100644 --- a/src/intro.js +++ b/src/intro.js @@ -2,10 +2,15 @@ * jQuery JavaScript Library v@VERSION * http://jquery.com/ * - * Copyright (c) 2009 John Resig + * 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){ |