From 6669be104e7e1d768b75c5aa9fe3986c094524bc Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Sat, 7 May 2016 13:20:43 +0100 Subject: [PATCH] Release 11.1.0 --- dist | 2 +- package.json | 2 +- src/SpecHelper.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist b/dist index e2f93af8..80ab682b 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit e2f93af86e9dd207cb57d313c6ac305cd69e34d1 +Subproject commit 80ab682b0a6f338e48979b619e0c7b6f55ca9a48 diff --git a/package.json b/package.json index 07ffe7c2..a18608da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "11.0.4", + "version": "11.1.0", "description": "A framework for real-time p2p shared editing on arbitrary complex data types", "main": "./src/y.js", "scripts": { diff --git a/src/SpecHelper.js b/src/SpecHelper.js index 99276089..73cf1714 100644 --- a/src/SpecHelper.js +++ b/src/SpecHelper.js @@ -91,7 +91,7 @@ function * applyTransactions (relAmount, numberOfTransactions, objects, users, t if (r > 0.9) { // 10% chance of toggling concurrent user interactions. // There will be an artificial delay until ops can be executed by the type, - // therefore, operations of the database will be (pre)transformed until user operations arrive + // therefore, operations of the database will be (pre)transformed until user operations arrive yield (function simulateConcurrentUserInteractions (type) { if (type.eventHandler.awaiting === 0 && type.eventHandler._debuggingAwaiting !== true) { type.eventHandler.awaiting = 1