aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fdb57bda4..972cb4db2 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,10 @@ BASE_FILES = ${SRC_DIR}/core.js\
${SRC_DIR}/support.js\
${SRC_DIR}/data.js\
${SRC_DIR}/queue.js\
+ ${SRC_DIR}/attributes.js\
${SRC_DIR}/event.js\
${SRC_DIR}/selector.js\
${SRC_DIR}/traversing.js\
- ${SRC_DIR}/attributes.js\
${SRC_DIR}/manipulation.js\
${SRC_DIR}/css.js\
${SRC_DIR}/ajax.js\