From 15a78f8fea8679205bc734ec053ff24ebbfd31c8 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 8 Sep 2007 18:02:39 +0000 Subject: Reintroduced .offset() as a default include, added original author credits. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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/*\ -- cgit v1.2.3