Deploy 0.8.9
This commit is contained in:
@@ -9,9 +9,9 @@ Y({
|
||||
},
|
||||
connector: {
|
||||
name: 'websockets-client',
|
||||
room: 'richtext-example20',
|
||||
debug: true,
|
||||
url: 'http://127.0.0.1:1234'
|
||||
room: 'richtext-example20'
|
||||
// debug: true,
|
||||
// url: 'http://127.0.0.1:1234'
|
||||
},
|
||||
sourceDir: '/bower_components',
|
||||
share: {
|
||||
@@ -32,21 +32,3 @@ Y({
|
||||
y.share.richtext.bind(window.quill)
|
||||
})
|
||||
|
||||
Y({
|
||||
db: {
|
||||
name: 'memory',
|
||||
namespace: 'richtext-example220'
|
||||
},
|
||||
connector: {
|
||||
name: 'websockets-client',
|
||||
room: 'richtext-example22'
|
||||
// debug: true,
|
||||
// url: 'http://127.0.0.1:1234'
|
||||
},
|
||||
sourceDir: '/bower_components',
|
||||
share: {
|
||||
richtext: 'Richtext' // y.share.richtext is of type Y.Richtext
|
||||
}
|
||||
}).then(function (y) {
|
||||
window.y = y
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user