Deploy 0.8.18

This commit is contained in:
Kevin Jahns 2016-02-15 15:22:51 +01:00
parent ef6d63c19a
commit 74ed9e4107
5 changed files with 6 additions and 6 deletions

View File

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

4
y.es6
View File

@ -756,8 +756,8 @@ module.exports = function (Y /* :any */) {
* check if was deleted, apply a delete operation after op was applied
*/
apply (ops) {
for (var key in ops) {
var o = ops[key]
for (var i = 0; i < ops.length; i++) {
var o = ops[i]
if (o.id == null || o.id[0] !== this.y.connector.userId) {
var required = Y.Struct[o.struct].requiredOps(o)
this.whenOperationsExist(required, o)

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