jslint: Fix typo.

This commit is contained in:
Umair Khan 2016-05-10 12:29:40 +05:00 committed by Tim Abbott
parent 3ee210d9e8
commit e6d33e8834

View File

@ -609,7 +609,7 @@ var JSLINT = (function () {
use_param: "Use a named parameter.",
used_before_a: "'{a}' was used before it was defined. (If you " +
"have added a new module, you need to add it to the whitelist " +
"in tools/jslist/check-all.js; if it's a new global you should " +
"in tools/jslint/check-all.js; if it's a new global you should " +
"change it to be an export of the appropriate module)",
var_a_not: "Variable {a} was not declared correctly.",
weird_assignment: "Weird assignment.",
@ -6457,4 +6457,4 @@ klass: do {
}());
exports.JSLINT = JSLINT;
exports.JSLINT = JSLINT;