Moved the bulk of the selector code out into a separate file, changed the build files to represent this.

This commit is contained in:
John Resig 2006-12-31 05:22:06 +00:00
parent 370c6d564a
commit c3d8cb0c09
4 changed files with 490 additions and 487 deletions

View file

@ -8,6 +8,7 @@ DIST_DIR = ${PREFIX}/dist
PLUG_DIR = ../plugins
BASE_FILES = ${SRC_DIR}/jquery/jquery.js\
${SRC_DIR}/selector/selector.js\
${SRC_DIR}/event/event.js\
${SRC_DIR}/fx/fx.js\
${SRC_DIR}/ajax/ajax.js