Added the new .offset() method, directly imported from Dimensions (heavily worked...
[jquery.git] / Makefile
index e9a977c..ba25291 100644 (file)
--- 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/*\