Skip to content

Commit

Permalink
Merge pull request #36 from tommoor/patch-3
Browse files Browse the repository at this point in the history
fix: Remove unused _localAwarenessState
  • Loading branch information
dmonad committed Oct 18, 2020
2 parents cc418fb + 82435ef commit 8e73d39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/y-websocket.js
Expand Up @@ -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
Expand Down

0 comments on commit 8e73d39

Please sign in to comment.