First pass at converting identifiers/words from en-au -> en-us

This commit is contained in:
Jay Phelps
2015-02-03 00:08:43 -08:00
parent 6674611b26
commit 9880990fa7
15 changed files with 27 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ var exec = function (loc) {
try {
var file = fs.readFileSync(loc, "utf8");
// this normalises syntax and early runtime reference errors since they're
// this normalizes syntax and early runtime reference errors since they're
// both thrown as SyntaxErrors in acorn
// SyntaxError: var null;
// ReferenceError: 1++; (runtime)