aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
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 /build.xml
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 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index f977269f0..89d4fea56 100644
--- a/build.xml
+++ b/build.xml
@@ -48,8 +48,9 @@
<fileset dir="${SRC_DIR}" includes="core.js" />
<fileset dir="${SRC_DIR}" includes="selector.js" />
<fileset dir="${SRC_DIR}" includes="event.js" />
- <fileset dir="${SRC_DIR}" includes="fx.js" />
<fileset dir="${SRC_DIR}" includes="ajax.js" />
+ <fileset dir="${SRC_DIR}" includes="fx.js" />
+ <fileset dir="${SRC_DIR}" includes="offset.js" />
<fileset dir="${PLUGIN_DIR}" includes="${PLUGINS}" />
<fileset dir="${SRC_DIR}" includes="outro.js" />
</concat>