From: Jörn Zaefferer Date: Sat, 16 Sep 2006 16:15:46 +0000 (+0000) Subject: Fixed typo, thanks Patrick X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=87284a8ee751e1b4bb4a1ed96cdb92cb938d5f04 Fixed typo, thanks Patrick --- diff --git a/Makefile b/Makefile index a22670e..e11ea5d 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ MODULES = ${SRC_DIR}/intro.js\ ${SRC_DIR}/jquery/*\ ${SRC_DIR}/event/*\ ${SRC_DIR}/fx/*\ - ${SRC_DIR}/ajax/* - ${SRC_DIR}/outro.js\ + ${SRC_DIR}/ajax/*\ + ${SRC_DIR}/outro.js JQ = ${DIST_DIR}/jquery.js JQ_LITE = ${DIST_DIR}/jquery.lite.js