diff options
author | jeresig <jeresig@gmail.com> | 2009-12-18 11:01:19 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2009-12-18 11:01:19 -0500 |
commit | b70872f70d720e5f25eea7fdf0453804074dc194 (patch) | |
tree | 9624b1f7de8c8650d5038c53645a7b4a85786668 /Makefile | |
parent | 9368b188c06dd66d43e3a488465078e1d6eb765f (diff) | |
download | jquery-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |