diff options
author | John Resig <jeresig@gmail.com> | 2006-10-03 07:47:45 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2006-10-03 07:47:45 +0000 |
commit | 9203775234e83c48411b8b182df72c41532250d0 (patch) | |
tree | 9b3527c2bf4cee55cd15841f92ae774ccf2f1a3b /Makefile | |
parent | ad2a6bd91626efbaf9509c9643c60679b1fab942 (diff) | |
download | jquery-9203775234e83c48411b8b182df72c41532250d0.tar.gz jquery-9203775234e83c48411b8b182df72c41532250d0.zip |
Added .filter("expr",ifCallback,elseCallback) (works for find, not, clone, add, etc.).
Fixed bug in Makefile.
Fixed bug in expression parsing.
Removed need for Q in expression parsing.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ test: ${JQ} @@rm -f ${TEST_DIR}/tests/* @@echo " - Copying over script files." - @@cp -fR ${BUILD_DIR}/test/js ${TEST_DIR}/js + @@cp -fR ${BUILD_DIR}/test/data ${TEST_DIR}/data @@cp -f ${BUILD_DIR}/test/index.html ${TEST_DIR} @@echo " - Compiling Test Cases" |