Skip to content
Permalink
Browse files
Disabled the automatic inclusion of offset.js
  • Loading branch information
jeresig committed Sep 8, 2007
1 parent 2ce4190 commit cc22c04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
@@ -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/*\
@@ -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>

0 comments on commit cc22c04

Please sign in to comment.