diff options
author | jeresig <jeresig@gmail.com> | 2010-01-12 21:54:06 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-01-12 21:54:06 -0500 |
commit | 8e53f7b5d6716e60d8c8ea7e167f2b187aae9d89 (patch) | |
tree | e70c4035fdbaf65f782f3a0654c02cbffe9e9f23 /build.xml | |
parent | b5f077ae6af6d644c5ae58ba9fd79a08dc58ba1e (diff) | |
download | jquery-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |