Skip to content

Commit

Permalink
The ability to include the ‘domains’ resource in a browser
Browse files Browse the repository at this point in the history
  • Loading branch information
František Hába committed Mar 14, 2012
1 parent 131b8e5 commit 9f11fdd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/resources/domains.js
@@ -1,4 +1,4 @@
module.exports = [
var domains = [
'.ac',
'.ad',
'.ae',
Expand Down Expand Up @@ -269,4 +269,8 @@ module.exports = [
'.tel',
'.travel',
'.xxx'
];
];

if (typeof module !== 'undefined' && module.exports) {
module.exports = domains;
}

0 comments on commit 9f11fdd

Please sign in to comment.