diff options
author | John Resig <jeresig@gmail.com> | 2007-09-08 14:58:52 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-09-08 14:58:52 +0000 |
commit | cc22c04c9087d33ba403bd9630f04aababf82030 (patch) | |
tree | e1a71d83d847e8ace14d61ca87763894476d6e4d /Makefile | |
parent | 2ce41905c4e9f2a9e9016b6d9eae806bfd1953de (diff) | |
download | jquery-cc22c04c9087d33ba403bd9630f04aababf82030.tar.gz jquery-cc22c04c9087d33ba403bd9630f04aababf82030.zip |
Disabled the automatic inclusion of offset.js
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 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/*\ |