Deploy 11.2.5

This commit is contained in:
Kevin Jahns 2016-08-22 12:15:16 +02:00
parent c926ce09f5
commit 81c8504462
5 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "11.2.4",
"version": "11.2.5",
"homepage": "y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"

1
y.es6
View File

@ -2505,6 +2505,7 @@ module.exports = function (Y/* :any */) {
if (firstMissing != null) {
// update startPos
startPos = firstMissing.id[1]
startSS[user] = startPos
}
}
yield* this.os.iterate(this, [user, startPos], [user, Number.MAX_VALUE], function * (op) {

File diff suppressed because one or more lines are too long

2
y.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long