diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2008-04-29 03:26:06 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2008-04-29 03:26:06 +0000 |
commit | aea452f1624df811c8b0b2916bfb22213d153f9d (patch) | |
tree | 96b4a610b52a93edbdbabb3483d7f84ca494812f /Makefile | |
parent | f3f3238c53a3cad8ebe5c4be191ac4c5d0990f06 (diff) | |
download | jquery-aea452f1624df811c8b0b2916bfb22213d153f9d.tar.gz jquery-aea452f1624df811c8b0b2916bfb22213d153f9d.zip |
Merged dimensions with core
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/ajax.js\ ${SRC_DIR}/fx.js\ - ${SRC_DIR}/offset.js + ${SRC_DIR}/offset.js\ + ${SRC_DIR}/dimensions.js PLUGINS = ${PLUG_DIR}/button/*\ ${PLUG_DIR}/center/*\ |