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' name: 'memory'
}, },
connector: { connector: {
name: 'websockets-client', name: 'webrtc',
room: 'richtext-example18', room: 'richtext-example18',
debug: true debug: true
//url: 'http://127.0.0.1:1234' //url: 'http://127.0.0.1:2345'
}, },
sourceDir: '/bower_components', sourceDir: '/bower_components',
share: { share: {

View File

@ -9,6 +9,7 @@
"license": "MIT", "license": "MIT",
"ignore": [], "ignore": [],
"dependencies": { "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) { if (i.right == null) {
break break
} else { } else {
ids.push(i.id)
i = yield* this.getOperation(i.right) 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