jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification.
This commit is contained in:
parent
1b0276dc57
commit
4afa608351
7 changed files with 164 additions and 255 deletions
1
Makefile
1
Makefile
|
@ -9,6 +9,7 @@ SPEED_DIR = ${PREFIX}/speed
|
|||
PLUG_DIR = ../plugins
|
||||
|
||||
BASE_FILES = ${SRC_DIR}/core.js\
|
||||
${SRC_DIR}/data.js\
|
||||
${SRC_DIR}/support.js\
|
||||
${SRC_DIR}/selector.js\
|
||||
${SRC_DIR}/event.js\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue