]> source.dussan.org Git - jquery.git/commitdiff
Disabled the automatic inclusion of offset.js
authorJohn Resig <jeresig@gmail.com>
Sat, 8 Sep 2007 14:58:52 +0000 (14:58 +0000)
committerJohn Resig <jeresig@gmail.com>
Sat, 8 Sep 2007 14:58:52 +0000 (14:58 +0000)
Makefile
build.xml

index 64dd418beaae5a79185e70a3d821ba0bd8926406..59902a698612446a077d2f2ae18dd230d6db54de 100644 (file)
--- 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/*\
index 89d4fea5634279e8413e8020a81cdeca9cbe8832..3344904416608cd06b71b4f216bd2c99172d1de0 100644 (file)
--- 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>