diff --git a/dist b/dist index 9769968c..957d650f 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 9769968c1c268f74e51531d1c257ab0837a0d2e5 +Subproject commit 957d650f8152efd8fa9bb7da2de6021a086c14f9 diff --git a/package.json b/package.json index c65b9b7f..f3bccb50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "12.1.1", + "version": "12.1.2", "description": "A framework for real-time p2p shared editing on any data", "main": "./src/y.js", "scripts": { diff --git a/src/Utils.js b/src/Utils.js index de5b3db9..2f232d95 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -82,7 +82,6 @@ module.exports = function (Y /* : any*/) { destroy () { super.destroy() this.waiting = null - this.awaiting = null this.onevent = null } /*