diff options
author | jeresig <jeresig@gmail.com> | 2010-01-12 10:33:04 -0500 |
---|---|---|
committer | jeresig <jeresig@gmail.com> | 2010-01-12 10:33:04 -0500 |
commit | c320e4f3c2174148e5c13276237abb01547d52f5 (patch) | |
tree | caa45a0a52eb7411be5484d6b8ffc89258183f1c | |
parent | 7afe6dcc0837ac00cea7fbb7de6fb95b745148c2 (diff) | |
download | jquery-c320e4f3c2174148e5c13276237abb01547d52f5.tar.gz jquery-c320e4f3c2174148e5c13276237abb01547d52f5.zip |
Accidentally removed the init from the Makefile selector build.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ ${JQ}: ${MODULES} sed 's/Date:./&'"${DATE}"'/' | \ ${VER} > ${JQ}; -selector: +selector: init @@echo "Building selector code from Sizzle" @@sed '/EXPOSE/r src/sizzle-jquery.js' src/sizzle/sizzle.js > src/selector.js |