Skip to content

Commit

Permalink
cleaned up extra param
Browse files Browse the repository at this point in the history
  • Loading branch information
ejc3 committed Oct 30, 2013
1 parent 212697a commit 5774706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection.js
Expand Up @@ -349,7 +349,7 @@ Connection.prototype.socketDrained = function(socket, serviceBuffer) {
socket.busy = false;
if(this.options.enhanced) {
var notification = socket.cachedNotifications[socket.cachedNotifications.length - 1];
this.emit('transmitted', notification.notification, notification.recipient, socket);
this.emit('transmitted', notification.notification, notification.recipient);
}
if(serviceBuffer === true && !this.runningOnNextTick) {
// There is a possibility that this could add multiple invocations to the
Expand Down

0 comments on commit 5774706

Please sign in to comment.