Skip to content

Commit

Permalink
extract.useful bug fix (not very useful)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpearson committed Dec 12, 2011
1 parent 8382733 commit bbb5258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -305,7 +305,7 @@ TLD_TOOLS = {
'url_tokens' : urlTokens,
'inspect' : {
'useful': function() {
return (this.domain != '' && tld != '');
return (this.domain != '' && this.tld != '');
},
'getDomain' : function() {
return this.domain + '.' + this.tld;
Expand Down

0 comments on commit bbb5258

Please sign in to comment.