aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-09-07 20:55:36 +0000
committerJohn Resig <jeresig@gmail.com>2009-09-07 20:55:36 +0000
commit520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c (patch)
tree924ffe7ca3de200ac508224b806e1ef98f7e7035 /Makefile
parent9d8d74569c8114f9c9b0f42bca71536e154c5944 (diff)
downloadjquery-520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c.tar.gz
jquery-520f1a26845252dd6d7fd5f3b5bb7779ba91eb2c.zip
Broke the logic for .clean() wrap out into a separate, static, data structure. Also improved the performance of .html() looking for the case where .innerHTML can be used without problems. Also tweaked some cases where cleanData() was used, no need to use jQuery selectors in these cases.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c23612058..95e376987 100644
--- a/Makefile
+++ b/Makefile
@@ -10,12 +10,12 @@ PLUG_DIR = ../plugins
BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/data.js\
+ ${SRC_DIR}/event.js\
+ ${SRC_DIR}/support.js\
${SRC_DIR}/selector.js\
${SRC_DIR}/traversing.js\
${SRC_DIR}/attributes.js\
${SRC_DIR}/manipulation.js\
- ${SRC_DIR}/event.js\
- ${SRC_DIR}/support.js\
${SRC_DIR}/css.js\
${SRC_DIR}/ajax.js\
${SRC_DIR}/fx.js\