publish v0.7.3

This commit is contained in:
Kevin Jahns 2016-01-09 21:07:04 +01:00
parent ab6a193ec6
commit 4cb0f2b5b9
6 changed files with 9 additions and 7 deletions

View File

@ -7,10 +7,10 @@ Y({
name: 'memory'
},
connector: {
name: 'websockets-client',
name: 'webrtc',
room: 'richtext-example18',
debug: true
//url: 'http://127.0.0.1:1234'
//url: 'http://127.0.0.1:2345'
},
sourceDir: '/bower_components',
share: {

View File

@ -9,6 +9,7 @@
"license": "MIT",
"ignore": [],
"dependencies": {
"yjs": "../"
"yjs": "../",
"y-webrtc": "~0.6.4"
}
}

1
y.es6
View File

@ -1680,6 +1680,7 @@ module.exports = function (Y/* :any */) {
if (i.right == null) {
break
} else {
ids.push(i.id)
i = yield* this.getOperation(i.right)
}
}

File diff suppressed because one or more lines are too long

4
y.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long