aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
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 /build.xml
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 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 095c52eb7..d0ab83c16 100644
--- a/build.xml
+++ b/build.xml
@@ -54,12 +54,12 @@
<fileset dir="${SRC_DIR}" includes="intro.js" />
<fileset dir="${SRC_DIR}" includes="core.js" />
<fileset dir="${SRC_DIR}" includes="data.js" />
+ <fileset dir="${SRC_DIR}" includes="event.js" />
+ <fileset dir="${SRC_DIR}" includes="support.js" />
<fileset dir="${SRC_DIR}" includes="selector.js" />
<fileset dir="${SRC_DIR}" includes="traversing.js" />
<fileset dir="${SRC_DIR}" includes="attributes.js" />
<fileset dir="${SRC_DIR}" includes="manipulation.js" />
- <fileset dir="${SRC_DIR}" includes="event.js" />
- <fileset dir="${SRC_DIR}" includes="support.js" />
<fileset dir="${SRC_DIR}" includes="css.js" />
<fileset dir="${SRC_DIR}" includes="ajax.js" />
<fileset dir="${SRC_DIR}" includes="fx.js" />