From 5c9fadbc5da45edddf34474ec6a1553c5b6ac978 Mon Sep 17 00:00:00 2001 From: John Resig Date: Thu, 15 Feb 2007 18:01:00 +0000 Subject: [PATCH] Fixed a problem with the Makefile, fx wasn't being included in the build. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f3f2688..eac1648 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,8 @@ PLUG_DIR = ../plugins BASE_FILES = ${SRC_DIR}/jquery/jquery.js\ ${SRC_DIR}/selector/selector.js\ ${SRC_DIR}/event/event.js\ - ${SRC_DIR}/ajax/ajax.js - #${SRC_DIR}/fx/fx.js\ - #${SRC_DIR}/ajax/ajax.js + ${SRC_DIR}/ajax/ajax.js\ + ${SRC_DIR}/fx/fx.js PLUGINS = ${PLUG_DIR}/button/*\ ${PLUG_DIR}/center/*\ -- 1.7.10.4