fix richtext example

This commit is contained in:
Kevin Jahns 2016-10-13 17:27:13 +02:00
parent b8dd7d1862
commit cf3969dff6

View File

@ -36,17 +36,4 @@ Y({
});
// bind quill to richtext type
y.share.richtext.bind(window.quill)
})
Y({
db: {
name: 'indexeddb'
},
connector: {
name: 'websockets-client',
room: 'test42'
},
share: {
state : 'Map'
}
}).then((y) => { window.y = y })
})