Release 12.1.2

This commit is contained in:
Kevin Jahns 2016-11-10 17:01:58 +01:00
parent c9d1f34864
commit 7415f27fbc
3 changed files with 2 additions and 3 deletions

2
dist

@ -1 +1 @@
Subproject commit 9769968c1c268f74e51531d1c257ab0837a0d2e5
Subproject commit 957d650f8152efd8fa9bb7da2de6021a086c14f9

View File

@ -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": {

View File

@ -82,7 +82,6 @@ module.exports = function (Y /* : any*/) {
destroy () {
super.destroy()
this.waiting = null
this.awaiting = null
this.onevent = null
}
/*