aboutsummaryrefslogtreecommitdiffstats
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
parent2ce41905c4e9f2a9e9016b6d9eae806bfd1953de (diff)
downloadjquery-cc22c04c9087d33ba403bd9630f04aababf82030.tar.gz
jquery-cc22c04c9087d33ba403bd9630f04aababf82030.zip
Disabled the automatic inclusion of offset.js
-rw-r--r--Makefile3
-rw-r--r--build.xml1
2 files changed, 1 insertions, 3 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/*\
diff --git a/build.xml b/build.xml
index 89d4fea56..334490441 100644
--- a/build.xml
+++ b/build.xml
@@ -50,7 +50,6 @@
<fileset dir="${SRC_DIR}" includes="event.js" />
<fileset dir="${SRC_DIR}" includes="ajax.js" />
<fileset dir="${SRC_DIR}" includes="fx.js" />
- <fileset dir="${SRC_DIR}" includes="offset.js" />
<fileset dir="${PLUGIN_DIR}" includes="${PLUGINS}" />
<fileset dir="${SRC_DIR}" includes="outro.js" />
</concat>