Skip to content

Commit

Permalink
Merge pull request #1 from substack/master
Browse files Browse the repository at this point in the history
createDomain alias for create
  • Loading branch information
balupton committed Jun 7, 2014
2 parents 58bb82b + 53e1125 commit 7bd6ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ module.exports = (function(){
};
return d;
};
domain.createDomain = domain.create;
return domain;
}).call(this);

0 comments on commit 7bd6ef1

Please sign in to comment.