aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorjeresig <jeresig@gmail.com>2010-01-12 21:54:06 -0500
committerjeresig <jeresig@gmail.com>2010-01-12 21:54:06 -0500
commit8e53f7b5d6716e60d8c8ea7e167f2b187aae9d89 (patch)
treee70c4035fdbaf65f782f3a0654c02cbffe9e9f23 /build.xml
parentb5f077ae6af6d644c5ae58ba9fd79a08dc58ba1e (diff)
downloadjquery-8e53f7b5d6716e60d8c8ea7e167f2b187aae9d89.tar.gz
jquery-8e53f7b5d6716e60d8c8ea7e167f2b187aae9d89.zip
Fixed typo in logic, also disabled function setters in this case to allow the functions to passthrough and bind.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 8e8fcf9ad..0aeb476d0 100644
--- a/build.xml
+++ b/build.xml
@@ -47,10 +47,10 @@
<fileset file="src/support.js" />
<fileset file="src/data.js" />
<fileset file="src/queue.js" />
+ <fileset file="src/attributes.js" />
<fileset file="src/event.js" />
<fileset file="src/selector.js" />
<fileset file="src/traversing.js" />
- <fileset file="src/attributes.js" />
<fileset file="src/manipulation.js" />
<fileset file="src/css.js" />
<fileset file="src/ajax.js" />