comment spacing fix
This commit is contained in:
parent
86a4911502
commit
2a2c269ebb
|
|
@ -40,7 +40,7 @@ const ReadyStates = {
|
||||||
|
|
||||||
export default class WebChannel {
|
export default class WebChannel {
|
||||||
constructor() {
|
constructor() {
|
||||||
this._rawChannel = null; // WebSocket or RTCDataChannel object
|
this._rawChannel = null; // WebSocket or RTCDataChannel object
|
||||||
|
|
||||||
this._rQi = 0; // Receive queue index
|
this._rQi = 0; // Receive queue index
|
||||||
this._rQlen = 0; // Next write position in the receive queue
|
this._rQlen = 0; // Next write position in the receive queue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue