aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-09-08 14:58:52 +0000
committerJohn Resig <jeresig@gmail.com>2007-09-08 14:58:52 +0000
commitcc22c04c9087d33ba403bd9630f04aababf82030 (patch)
treee1a71d83d847e8ace14d61ca87763894476d6e4d /Makefile
parent2ce41905c4e9f2a9e9016b6d9eae806bfd1953de (diff)
downloadjquery-cc22c04c9087d33ba403bd9630f04aababf82030.tar.gz
jquery-cc22c04c9087d33ba403bd9630f04aababf82030.zip
Disabled the automatic inclusion of offset.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 64dd418be..59902a698 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,7 @@ BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/selector.js\
${SRC_DIR}/event.js\
${SRC_DIR}/ajax.js\
- ${SRC_DIR}/fx.js\
- ${SRC_DIR}/offset.js
+ ${SRC_DIR}/fx.js
PLUGINS = ${PLUG_DIR}/button/*\
${PLUG_DIR}/center/*\