Skip to content

Commit

Permalink
Added WebSocket#drained initialization to constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed May 22, 2011
1 parent f5edca9 commit c0e1944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/transport.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function Transport (mng, data) {
this.id = data.id;
this.paused = true;
this.disconnected = false;
this.drained = true;
};

/**
Expand Down

0 comments on commit c0e1944

Please sign in to comment.