Skip to content

Commit

Permalink
3rd time luck, re chriso#24
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Jan 7, 2013
1 parent 6ad5983 commit a7fc1d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Redback.js
Expand Up @@ -146,8 +146,8 @@ Redback.prototype.quit = function () {
* @api public
*/

exports.createClient = function (host, port, options) {
return new Redback(host, port, options);
exports.createClient = function (port, host, options) {
return new Redback(port, host, options);
}

/**
Expand Down

0 comments on commit a7fc1d8

Please sign in to comment.