aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-09-08 14:44:29 +0000
committerJohn Resig <jeresig@gmail.com>2007-09-08 14:44:29 +0000
commit28ee5c692245e18bdedcc91372949ec8b784ee36 (patch)
treec26fce7fb7ffe2f627aa59a021aab2705c2a96b4 /Makefile
parentd2f82aba26e49e957af493b4ed81c025ac5c194b (diff)
downloadjquery-28ee5c692245e18bdedcc91372949ec8b784ee36.tar.gz
jquery-28ee5c692245e18bdedcc91372949ec8b784ee36.zip
Added the new .offset() method, directly imported from Dimensions (heavily worked over by both Brandon and John).
Original source: http://brandonaaron.net/jquery/issues/dimensions/new_offset/jquery.offset.js
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9a977c19..ba2529182 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/*\