diff options
author | John Resig <jeresig@gmail.com> | 2007-09-08 14:44:29 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-09-08 14:44:29 +0000 |
commit | 28ee5c692245e18bdedcc91372949ec8b784ee36 (patch) | |
tree | c26fce7fb7ffe2f627aa59a021aab2705c2a96b4 /Makefile | |
parent | d2f82aba26e49e957af493b4ed81c025ac5c194b (diff) | |
download | jquery-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/*\ |