support.js needs to come before event.js (also placed in a temporary setTimeout to...
[jquery.git] / Makefile
index a57b3c0..bf1b2e7 100644 (file)
--- a/Makefile
+++ b/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\