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
commit 8e73d39887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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