fix: Remove unused _localAwarenessState

This commit is contained in:
Tom Moor 2020-10-17 17:29:12 -07:00 committed by GitHub
parent 5a36d77d48
commit 82435ef642
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.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