mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Disabled the automatic inclusion of offset.js
This commit is contained in:
parent
2ce41905c4
commit
cc22c04c90
3
Makefile
3
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/*\
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user