From cc22c04c9087d33ba403bd9630f04aababf82030 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 8 Sep 2007 14:58:52 +0000 Subject: [PATCH] Disabled the automatic inclusion of offset.js --- Makefile | 3 +-- build.xml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 64dd418..59902a6 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,7 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/selector.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/ajax.js\ - ${SRC_DIR}/fx.js\ - ${SRC_DIR}/offset.js + ${SRC_DIR}/fx.js PLUGINS = ${PLUG_DIR}/button/*\ ${PLUG_DIR}/center/*\ diff --git a/build.xml b/build.xml index 89d4fea..3344904 100644 --- a/build.xml +++ b/build.xml @@ -50,7 +50,6 @@ - -- 1.7.10.4