Merge pull request #36 from tommoor/patch-3

fix: Remove unused _localAwarenessState
This commit is contained in:
Kevin Jahns
2020-10-18 17:55:17 +02:00
committed by GitHub

View File

@@ -188,10 +188,6 @@ export class WebsocketProvider extends Observable {
this.roomname = roomname
this.doc = doc
this._WS = WebSocketPolyfill
/**
* @type {Object<string,Object>}
*/
this._localAwarenessState = {}
this.awareness = awareness
this.wsconnected = false
this.wsconnecting = false