Revert "fix(common): locales/global/*.js are not ES5 compliant (#36342)" (#37074)

This reverts commit 078b0be4dc.

The original commit was a work around for a bug in CLI. That bug was fixed in the CLI, as a result this change is no longer needed and is being reverted.

PR Close #37074
This commit is contained in:
Misko Hevery
2020-05-12 11:10:01 -07:00
parent 681741cd13
commit cb6ddfc215
543 changed files with 812 additions and 815 deletions

View File

@ -13,7 +13,7 @@
global.ng = global.ng || {};
global.ng.common = global.ng.common || {};
global.ng.common.locales = global.ng.common.locales || {};
var u = undefined;
const u = undefined;
function plural(n) { return 5; }
global.ng.common.locales['root'] = [
'root',