aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2009-12-18 11:01:19 -0500
committerjeresig <jeresig@gmail.com>2009-12-18 11:01:19 -0500
commitb70872f70d720e5f25eea7fdf0453804074dc194 (patch)
tree9624b1f7de8c8650d5038c53645a7b4a85786668 /Makefile
parent9368b188c06dd66d43e3a488465078e1d6eb765f (diff)
downloadjquery-b70872f70d720e5f25eea7fdf0453804074dc194.tar.gz
jquery-b70872f70d720e5f25eea7fdf0453804074dc194.zip
Renamed the 'fx' module to 'effects'. Should've been done a long time ago.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf1b2e7b4..2bf19fe9c 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/manipulation.js\
${SRC_DIR}/css.js\
${SRC_DIR}/ajax.js\
- ${SRC_DIR}/fx.js\
+ ${SRC_DIR}/effects.js\
${SRC_DIR}/offset.js\
${SRC_DIR}/dimensions.js