diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-18 21:15:38 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-18 21:15:38 +0000 |
commit | 7c04a64016c1f295dfdf4e731f693f8400a987bc (patch) | |
tree | 643bb78b46c5556d66367d509d4468275b132327 /Makefile | |
parent | 2c31a1624f72df3987cd1d0d3605c359658986e5 (diff) | |
download | jquery-7c04a64016c1f295dfdf4e731f693f8400a987bc.tar.gz jquery-7c04a64016c1f295dfdf4e731f693f8400a987bc.zip |
breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ PLUG_DIR = ../plugins BASE_FILES = ${SRC_DIR}/core.js\ ${SRC_DIR}/data.js\ ${SRC_DIR}/selector.js\ + ${SRC_DIR}/traversing.js\ + ${SRC_DIR}/attributes.js\ + ${SRC_DIR}/manipulation.js\ ${SRC_DIR}/event.js\ ${SRC_DIR}/support.js\ ${SRC_DIR}/ajax.js\ |