| Index: lib/tldjs.js |
| diff --git a/lib/tldjs.js b/lib/tldjs.js |
| index 9106aa2161267a8d5889f7f1ab3f876148eb273f..514c116e70c0f1231713de963ad6ad14feb10718 100644 |
| --- a/lib/tldjs.js |
| +++ b/lib/tldjs.js |
| @@ -15,6 +15,8 @@ |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| +/* global publicSuffixes */ |
| + |
| /** @module tldjs */ |
| "use strict"; |
| @@ -46,4 +48,4 @@ exports.getDomain = hostname => |
| return hostname; |
| return bits.slice(cutoff).join("."); |
| -} |
| +}; |