Reintroduced .offset() as a default include, added original author credits.

This commit is contained in:
John Resig 2007-09-08 18:02:39 +00:00
parent 2929f8aa67
commit 15a78f8fea
3 changed files with 6 additions and 1 deletions

View file

@ -12,7 +12,8 @@ BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/selector.js\
${SRC_DIR}/event.js\
${SRC_DIR}/ajax.js\
${SRC_DIR}/fx.js
${SRC_DIR}/fx.js\
${SRC_DIR}/offset.js
PLUGINS = ${PLUG_DIR}/button/*\
${PLUG_DIR}/center/*\