From cf3969dff6c352db0fc872e437e007a41d89421c Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 13 Oct 2016 17:27:13 +0200 Subject: [PATCH] fix richtext example --- Examples/Quill/index.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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