From acbc884eb5b15c5b5f40cfc0373a6b1f2ff7f07d Mon Sep 17 00:00:00 2001
From: Kevin Jahns <kevin.jahns@rwth-aachen.de>
Date: Thu, 4 Aug 2016 19:25:36 +0200
Subject: [PATCH] Release 11.2.4

---
 dist            | 2 +-
 package.json    | 2 +-
 src/Database.js | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dist b/dist
index 653a436b..c926ce09 160000
--- a/dist
+++ b/dist
@@ -1 +1 @@
-Subproject commit 653a436b8874ea2fd329404f1bd92fd3c808595e
+Subproject commit c926ce09f5642bbb649d8c4c81dd015bf8051eb2
diff --git a/package.json b/package.json
index 66dfaee1..ba921f54 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "yjs",
-  "version": "11.2.2",
+  "version": "11.2.4",
   "description": "A framework for real-time p2p shared editing on arbitrary complex data types",
   "main": "./src/y.js",
   "scripts": {
diff --git a/src/Database.js b/src/Database.js
index 82ea4466..5d4a462c 100644
--- a/src/Database.js
+++ b/src/Database.js
@@ -439,7 +439,7 @@ module.exports = function (Y /* :any */) {
           // Delete if DS says this is actually deleted
           var len = op.content != null ? op.content.length : 1
           var startId = op.id // You must not use op.id in the following loop, because op will change when deleted
-            // TODO: !! console.log('TODO: change this before commiting')      
+            // TODO: !! console.log('TODO: change this before commiting')
           for (let i = 0; i < len; i++) {
             var id = [startId[0], startId[1] + i]
             var opIsDeleted = yield* transaction.isDeleted(id)
-- 
GitLab