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

Submodule dist updated: 9769968c1c...957d650f81

View File

@@ -1,6 +1,6 @@
{ {
"name": "yjs", "name": "yjs",
"version": "12.1.1", "version": "12.1.2",
"description": "A framework for real-time p2p shared editing on any data", "description": "A framework for real-time p2p shared editing on any data",
"main": "./src/y.js", "main": "./src/y.js",
"scripts": { "scripts": {

View File

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