Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Jul 13, 2012
1 parent 3b1cd73 commit 065f608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection.js
Expand Up @@ -198,7 +198,7 @@ Connection.prototype.open = function (host, database, port, options, callback) {
this.port = port;

this.readyState = STATES.connecting;
this.emit('opening');
this.emit('opening'); // backward compat. same as on('connecting')

// open connection
this.doOpen(function (err) {
Expand Down

0 comments on commit 065f608

Please sign in to comment.