diff options
author | John Resig <jeresig@gmail.com> | 2009-01-11 16:17:20 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-01-11 16:17:20 +0000 |
commit | 7346a476cc1fe20612fb1e9b08faef27e36a962c (patch) | |
tree | ceabbbeb63268b8239dff70eb7cbdba733e8c68b /Makefile | |
parent | 0066ba3f823fdf3e41aa805f54876312c8bd915a (diff) | |
download | jquery-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |