aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-01-11 16:17:20 +0000
committerJohn Resig <jeresig@gmail.com>2009-01-11 16:17:20 +0000
commit7346a476cc1fe20612fb1e9b08faef27e36a962c (patch)
treeceabbbeb63268b8239dff70eb7cbdba733e8c68b /Makefile
parent0066ba3f823fdf3e41aa805f54876312c8bd915a (diff)
downloadjquery-7346a476cc1fe20612fb1e9b08faef27e36a962c.tar.gz
jquery-7346a476cc1fe20612fb1e9b08faef27e36a962c.zip
Fixed boxModel support - is now computed with feature detection, rather than sniffing.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 351342efb..33efcea7e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,9 @@ PLUG_DIR = ../plugins
BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/data.js\
- ${SRC_DIR}/support.js\
${SRC_DIR}/selector.js\
${SRC_DIR}/event.js\
+ ${SRC_DIR}/support.js\
${SRC_DIR}/ajax.js\
${SRC_DIR}/fx.js\
${SRC_DIR}/offset.js\