From 5e295b80d793748515957c5d309d2f8e8e83af29 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Mon, 18 Jan 2016 16:45:40 +0100 Subject: [PATCH] Deploy 0.8.9 --- Examples/Quill/index.js | 24 +++--------------------- bower.json | 2 +- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/Examples/Quill/index.js b/Examples/Quill/index.js index 81047498..3aa26a64 100644 --- a/Examples/Quill/index.js +++ b/Examples/Quill/index.js @@ -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 -}) diff --git a/bower.json b/bower.json index 49369f93..a16fc23a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "yjs", - "version": "0.8.9", + "version": "0.8.10", "homepage": "y-js.org", "authors": [ "Kevin Jahns "