X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=build%2Fjslint-check.js;fp=build%2Fjslint-check.js;h=976975a2693e6261189a6535c0e0869529053ad3;hp=e76abc0a7bd900496b03e8e1b71c5a91b01e2274;hb=25828768d7bc2d76438244e69d6eeb69c36227e6;hpb=497fc9849e91ba8602adf7908b4febf2d36bc1c8 diff --git a/build/jslint-check.js b/build/jslint-check.js index e76abc0..976975a 100644 --- a/build/jslint-check.js +++ b/build/jslint-check.js @@ -12,8 +12,8 @@ var ok = { "Use '===' to compare with 'null'.": true, "Use '!==' to compare with 'null'.": true, "Expected an assignment or function call and instead saw an expression.": true, - "Expected a 'break' statement before 'case'.": true - + "Expected a 'break' statement before 'case'.": true, + "'e' is already defined.": true }; var e = JSLINT.errors, found = 0, w;