Navigation Menu

Skip to content

Commit

Permalink
Make "Domain" accessable from CommandLineInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent 5b6c232 commit dc2b823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/command-line.js
Expand Up @@ -40,4 +40,4 @@ CommandLineInterface.prototype = {
};
exports.CommandLineInterface = CommandLineInterface;

exports.Domain = Domain;
exports.Domain = CommandLineInterface.Domain = Domain;

0 comments on commit dc2b823

Please sign in to comment.