breaking jquery out into smaller modules. added attributes.js, manipulation.js, and traversing.js

This commit is contained in:
Brandon Aaron
2009-03-18 21:15:38 +00:00
parent 2c31a1624f
commit 7c04a64016
12 changed files with 2221 additions and 2200 deletions

View File

@@ -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\