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 /Makefile | |
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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |