diff --git a/Examples/Quill/index.js b/Examples/Quill/index.js index bdc5ad41..b1a441b5 100644 --- a/Examples/Quill/index.js +++ b/Examples/Quill/index.js @@ -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 }) \ No newline at end of file +}) \ No newline at end of file