Navigation Menu

Skip to content

Commit

Permalink
Import "Domain" to the namespace itself
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent 90e19e6 commit e2fcb0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/command-line.js
@@ -1,4 +1,5 @@
var nroonga = require('./wrapped-nroonga');
var Domain = require('./database/domain').Domain;

var defaultDatabasePath =
exports.defaultDatabasePath =
Expand Down Expand Up @@ -39,4 +40,4 @@ CommandLineInterface.prototype = {
};
exports.CommandLineInterface = CommandLineInterface;

exports.Domain = require('./database/domain').Domain;
exports.Domain = Domain;

0 comments on commit e2fcb0d

Please sign in to comment.