diff options
author | John Resig <jeresig@gmail.com> | 2008-12-21 21:22:44 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2008-12-21 21:22:44 +0000 |
commit | b850ab2b8e65eadd25093c81bbc67a881daa0488 (patch) | |
tree | df385b3c4b165384f3a6c4ade60760b94db8cac4 /build.xml | |
parent | 8ee1708ea93517f69979a6805480597b96b58da7 (diff) | |
download | jquery-b850ab2b8e65eadd25093c81bbc67a881daa0488.tar.gz jquery-b850ab2b8e65eadd25093c81bbc67a881daa0488.zip |
Added the new jQuery.support object and removed all uses of jQuery.browser from within jQuery itself (while simultaneously deprecating the use of jQuery.browser).
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ <concat destfile="${JQ}"> <fileset dir="${SRC_DIR}" includes="intro.js" /> <fileset dir="${SRC_DIR}" includes="core.js" /> + <fileset dir="${SRC_DIR}" includes="support.js" /> <fileset dir="${SRC_DIR}" includes="selector.js" /> <fileset dir="${SRC_DIR}" includes="event.js" /> <fileset dir="${SRC_DIR}" includes="ajax.js" /> |