support.js needs to come before event.js (also placed in a temporary setTimeout to delay the introduction of the ready in support - will remove when ready is moved to core.js, likely later today).
This commit is contained in:
parent
97323d192f
commit
afaae84a7a
4 changed files with 6 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -5,10 +5,10 @@ PREFIX = .
|
|||
DIST_DIR = ${PREFIX}/dist
|
||||
|
||||
BASE_FILES = ${SRC_DIR}/core.js\
|
||||
${SRC_DIR}/support.js\
|
||||
${SRC_DIR}/data.js\
|
||||
${SRC_DIR}/queue.js\
|
||||
${SRC_DIR}/event.js\
|
||||
${SRC_DIR}/support.js\
|
||||
${SRC_DIR}/selector.js\
|
||||
${SRC_DIR}/traversing.js\
|
||||
${SRC_DIR}/attributes.js\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue