Deploy 12.0.3

This commit is contained in:
Kevin Jahns
2016-10-07 21:00:42 +02:00
parent 9e9f238b12
commit b8dd7d1862
7 changed files with 47 additions and 11 deletions

View File

@@ -38,3 +38,15 @@ Y({
y.share.richtext.bind(window.quill)
})
Y({
db: {
name: 'indexeddb'
},
connector: {
name: 'websockets-client',
room: 'test42'
},
share: {
state : 'Map'
}
}).then((y) => { window.y = y })