Navigation Menu

Skip to content

Commit

Permalink
Add missing ";"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 14, 2012
1 parent d9bdebb commit 07161a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/database/domain.js
Expand Up @@ -24,7 +24,7 @@ var INDEX_SUFFIX =

var SYNONYMS_COLUMN =
exports.SYNONYMS_COLUMN =
Domain.SYNONYMS_COKUMN = 'synonyms'
Domain.SYNONYMS_COKUMN = 'synonyms';

function assertValidDomainName(domain) {
if (typeof domain != 'string')
Expand Down

0 comments on commit 07161a5

Please sign in to comment.