From a5760a45bb3da9c976b4ce2b4670fd7bc851b91e Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 4 Feb 2016 10:53:04 +0100 Subject: [PATCH] Release 0.8.11 --- dist | 2 +- package.json | 2 +- src/Transaction.js | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dist b/dist index 6904e601..6a4aabe6 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit 6904e6018d63951c91fd28586570a6f9153dcdd3 +Subproject commit 6a4aabe69cce5165307e571e8fc99b01e8d9dac8 diff --git a/package.json b/package.json index b9a9c52c..ac517303 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/Transaction.js b/src/Transaction.js index 691afb1d..310e804a 100644 --- a/src/Transaction.js +++ b/src/Transaction.js @@ -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)