aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2008-12-21 21:22:44 +0000
committerJohn Resig <jeresig@gmail.com>2008-12-21 21:22:44 +0000
commitb850ab2b8e65eadd25093c81bbc67a881daa0488 (patch)
treedf385b3c4b165384f3a6c4ade60760b94db8cac4 /Makefile
parent8ee1708ea93517f69979a6805480597b96b58da7 (diff)
downloadjquery-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 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 05e8a4267..c3a16b955 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ SPEED_DIR = ${PREFIX}/speed
PLUG_DIR = ../plugins
BASE_FILES = ${SRC_DIR}/core.js\
+ ${SRC_DIR}/support.js\
${SRC_DIR}/selector.js\
${SRC_DIR}/event.js\
${SRC_DIR}/ajax.js\