mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
jslint: Fix typo.
This commit is contained in:
parent
3ee210d9e8
commit
e6d33e8834
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user