make .tldList simply an array value

This commit is contained in:
Doug Bird 2017-12-13 12:41:43 -08:00
parent b61de69364
commit b440b1de32
1 changed files with 286 additions and 288 deletions

View File

@ -1,5 +1,4 @@
exports.tldList = () => { exports.tldList = [
return [
"ac", "ac",
"ad", "ad",
"ae", "ae",
@ -285,4 +284,3 @@ exports.tldList = () => {
"zr", "zr",
"zw" "zw"
]; ];
}