Skip to content

Commit

Permalink
breaking jquery out into smaller modules. added attributes.js, manipu…
Browse files Browse the repository at this point in the history
…lation.js, and traversing.js
  • Loading branch information
brandonaaron committed Mar 18, 2009
1 parent 2c31a16 commit 7c04a64
Show file tree
Hide file tree
Showing 12 changed files with 2,221 additions and 2,200 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -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\
Expand Down
3 changes: 3 additions & 0 deletions build.xml
Expand Up @@ -55,6 +55,9 @@
<fileset dir="${SRC_DIR}" includes="core.js" />
<fileset dir="${SRC_DIR}" includes="data.js" />
<fileset dir="${SRC_DIR}" includes="selector.js" />
<fileset dir="${SRC_DIR}" includes="traversing.js" />
<fileset dir="${SRC_DIR}" includes="attributes.js" />
<fileset dir="${SRC_DIR}" includes="manipulation.js" />
<fileset dir="${SRC_DIR}" includes="event.js" />
<fileset dir="${SRC_DIR}" includes="support.js" />
<fileset dir="${SRC_DIR}" includes="ajax.js" />
Expand Down

0 comments on commit 7c04a64

Please sign in to comment.