aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2006-10-03 07:47:45 +0000
committerJohn Resig <jeresig@gmail.com>2006-10-03 07:47:45 +0000
commit9203775234e83c48411b8b182df72c41532250d0 (patch)
tree9b3527c2bf4cee55cd15841f92ae774ccf2f1a3b /Makefile
parentad2a6bd91626efbaf9509c9643c60679b1fab942 (diff)
downloadjquery-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a763340d..45453f667 100644
--- a/Makefile
+++ b/Makefile
@@ -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"