diff options
| author | Jez Ng | 2012-01-17 03:25:17 +0800 |
|---|---|---|
| committer | Jez Ng | 2012-01-17 03:25:17 +0800 |
| commit | 64ad6d72997e1b19205a4fbd0f1b95a95983f99c (patch) | |
| tree | 5905fb2e71018fbf66b46ab164f688df85bbe3e4 | |
| parent | 4e3ea20ff2b78b25a6e00e4d538939b07a40b644 (diff) | |
| download | vimium-64ad6d72997e1b19205a4fbd0f1b95a95983f99c.tar.bz2 | |
Add niklasb to CREDITS, and make a minor style edit.
| -rw-r--r-- | CREDITS | 1 | ||||
| -rw-r--r-- | lib/utils.js | 13 |
2 files changed, 2 insertions, 12 deletions
@@ -29,5 +29,6 @@ Contributors: Justin Blake <justin@hentzia.com> (github: blaix) Wang Ning <daning106@gmail.com> (github:daning) Bernardo B. Marques <bernardo.fire@gmail.com> (github: bernardofire) + Niklas Baumstark <niklas.baumstark@gmail.com> (github: niklasb) Feel free to add real names in addition to GitHub usernames. diff --git a/lib/utils.js b/lib/utils.js index 12304be2..efdb49fb 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -97,18 +97,7 @@ var utils = { // these are all official ASCII TLDs that are longer than 3 characters // (including the inofficial .onion TLD used by TOR) - var longTlds = [ - 'arpa', - 'asia', - 'coop', - 'info', - 'jobs', - 'local', - 'mobi', - 'museum', - 'name', - 'onion', - ]; + var longTlds = [ 'arpa', 'asia', 'coop', 'info', 'jobs', 'local', 'mobi', 'museum', 'name', 'onion' ]; // are there more? var specialHostNames = [ 'localhost' ]; |
