fix: Remove unused _localAwarenessState
This commit is contained in:
parent
5a36d77d48
commit
82435ef642
@ -188,10 +188,6 @@ export class WebsocketProvider extends Observable {
|
|||||||
this.roomname = roomname
|
this.roomname = roomname
|
||||||
this.doc = doc
|
this.doc = doc
|
||||||
this._WS = WebSocketPolyfill
|
this._WS = WebSocketPolyfill
|
||||||
/**
|
|
||||||
* @type {Object<string,Object>}
|
|
||||||
*/
|
|
||||||
this._localAwarenessState = {}
|
|
||||||
this.awareness = awareness
|
this.awareness = awareness
|
||||||
this.wsconnected = false
|
this.wsconnected = false
|
||||||
this.wsconnecting = false
|
this.wsconnecting = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user