Two eq is not enough; three eq is more than we want for now.

We also don't need the lint alias.
This commit is contained in:
Dave Methvin 2011-12-08 21:17:11 -05:00
parent 98386cfd77
commit e452ebd76d
2 changed files with 1 additions and 4 deletions

View File

@ -67,8 +67,6 @@ ${SRC_DIR}/selector.js: ${SIZZLE_DIR}/sizzle.js
@@echo "Building selector code from Sizzle" @@echo "Building selector code from Sizzle"
@@sed '/EXPOSE/r src/sizzle-jquery.js' ${SIZZLE_DIR}/sizzle.js | grep -v window.Sizzle > ${SRC_DIR}/selector.js @@sed '/EXPOSE/r src/sizzle-jquery.js' ${SIZZLE_DIR}/sizzle.js | grep -v window.Sizzle > ${SRC_DIR}/selector.js
lint: hint
hint: jquery hint: jquery
@@if test ! -z ${JS_ENGINE}; then \ @@if test ! -z ${JS_ENGINE}; then \
echo "Checking jQuery against JSHint..."; \ echo "Checking jQuery against JSHint..."; \
@ -136,4 +134,4 @@ pull_submodules:
pull: pull_submodules pull: pull_submodules
@@git pull ${REMOTE} ${BRANCH} @@git pull ${REMOTE} ${BRANCH}
.PHONY: all jquery lint hint min clean distclean update_submodules pull_submodules pull core .PHONY: all jquery hint min clean distclean update_submodules pull_submodules pull core

View File

@ -10,7 +10,6 @@ JSHINT(src, {
eqnull: true, eqnull: true,
expr: true, expr: true,
curly: true, curly: true,
eqeq: true,
trailing: true, trailing: true,
predef: [ predef: [
"define", "define",