aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-09-08 18:02:39 +0000
committerJohn Resig <jeresig@gmail.com>2007-09-08 18:02:39 +0000
commit15a78f8fea8679205bc734ec053ff24ebbfd31c8 (patch)
tree10f1158650390049d8978dd587457117e52dc51e /Makefile
parent2929f8aa67584fc5fab05bdfae8a5b06245cacc7 (diff)
downloadjquery-15a78f8fea8679205bc734ec053ff24ebbfd31c8.tar.gz
jquery-15a78f8fea8679205bc734ec053ff24ebbfd31c8.zip
Reintroduced .offset() as a default include, added original author credits.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59902a698..64dd418be 100644
--- a/Makefile
+++ b/Makefile
@@ -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/*\