Skip to content

Commit

Permalink
Remove trailing commas to please IE8
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWoolf committed Jun 30, 2016
1 parent 4a8baff commit 479152f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/lib/transport/connectionmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ var ConnectionManager = (function() {
recoveryKey: this.connectionKey + ':' + this.connectionSerial,
disconnectedAt: Utils.now(),
location: window.location,
clientId: this.realtime.auth.clientId,
clientId: this.realtime.auth.clientId
}, this.options.timeouts.connectionStateTtl);
}
};
Expand Down
2 changes: 1 addition & 1 deletion common/lib/util/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Defaults.TIMEOUTS = {
realtimeRequestTimeout : 10000,
recvTimeout : 90000,
preferenceConnectTimeout : 6000,
parallelUpgradeDelay : 4000,
parallelUpgradeDelay : 4000
};
Defaults.httpMaxRetryCount = 3;

Expand Down

0 comments on commit 479152f

Please sign in to comment.