Moved the bulk of the selector code out into a separate file, changed the build files to represent this.
This commit is contained in:
parent
370c6d564a
commit
c3d8cb0c09
4 changed files with 490 additions and 487 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue