Skip to content

Commit

Permalink
Whitespace changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Alves committed Nov 17, 2014
1 parent b1844e0 commit 15c6dbe
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/index.js
Expand Up @@ -317,16 +317,6 @@ MuzzleyClient.prototype.maybeReconnect = function () {
curDelay = Math.min(curDelay, this.maintenance.reconnectionLimit);
this.trigger('debug', { type: 'reconnect', message: 'Reconnection attempt ' + curAttempt + ' with a delay of ' + curDelay + 'ms'});











// TODO HANDLE RECONNECTION LOGIC
// 1. Connect
// 2. handshake
Expand All @@ -340,14 +330,6 @@ MuzzleyClient.prototype.maybeReconnect = function () {
this.reconnectTimeout = setTimeout(function () {
self.trigger('debug', { type: 'reconnect', message: 'Attempting reconnect now'});
self.trigger('reconnectAttempt', curAttempt);








// TODO test this change from __connectCommon to __initCommon
self.__initCommon(
self.reconnectOptions.type,
Expand Down

0 comments on commit 15c6dbe

Please sign in to comment.