Deploy 0.6.36

This commit is contained in:
Kevin Jahns 2015-11-07 22:17:25 +01:00
parent 93a3ff3d6e
commit 0292181830
6 changed files with 10 additions and 10 deletions

View File

@ -5,7 +5,6 @@
<h1 id="contenteditable" contentEditable></h1>
<textarea style="width:80%;" rows=40 id="textfield"></textarea>
<script src="../../node_modules/simplewebrtc/simplewebrtc.bundle.js"></script>
<script src="../bower_components/yjs/y.js"></script>
<script src="./index.js"></script>
</body>

View File

@ -7,10 +7,12 @@ Y({
namespace: 'offlineEditingDemo'
},
connector: {
name: 'WebRTC',
name: 'webrtc',
room: 'offlineEditingDemo',
debug: true
}
},
types: [],
sourceDir: '/bower_components/'
}).then(function (yconfig) {
// yconfig holds all the information about the shared object
window.yconfig = yconfig

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.33",
"version": "0.6.35",
"homepage": "y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.33",
"version": "0.6.35",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "y.js",
"scripts": {

7
y.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long