Release 0.8.11

This commit is contained in:
Kevin Jahns 2016-02-04 10:53:04 +01:00
parent 437955ba84
commit a5760a45bb
3 changed files with 2 additions and 4 deletions

2
dist

@ -1 +1 @@
Subproject commit 6904e6018d63951c91fd28586570a6f9153dcdd3
Subproject commit 6a4aabe69cce5165307e571e8fc99b01e8d9dac8

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.8.10",
"version": "0.8.12",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "./src/y.js",
"scripts": {

View File

@ -274,8 +274,6 @@ module.exports = function (Y/* :any */) {
* markDeleted (id, length) {
if (length == null) {
length = 1
debugger // TODO!!
throw new Error("dtrnd")
}
// this.mem.push(["del", id]);
var n = yield* this.ds.findWithUpperBound(id)