Deploy 0.6.36
This commit is contained in:
parent
93a3ff3d6e
commit
0292181830
@ -5,7 +5,6 @@
|
|||||||
<h1 id="contenteditable" contentEditable></h1>
|
<h1 id="contenteditable" contentEditable></h1>
|
||||||
<textarea style="width:80%;" rows=40 id="textfield"></textarea>
|
<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="../bower_components/yjs/y.js"></script>
|
||||||
<script src="./index.js"></script>
|
<script src="./index.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
@ -7,10 +7,12 @@ Y({
|
|||||||
namespace: 'offlineEditingDemo'
|
namespace: 'offlineEditingDemo'
|
||||||
},
|
},
|
||||||
connector: {
|
connector: {
|
||||||
name: 'WebRTC',
|
name: 'webrtc',
|
||||||
room: 'offlineEditingDemo',
|
room: 'offlineEditingDemo',
|
||||||
debug: true
|
debug: true
|
||||||
}
|
},
|
||||||
|
types: [],
|
||||||
|
sourceDir: '/bower_components/'
|
||||||
}).then(function (yconfig) {
|
}).then(function (yconfig) {
|
||||||
// yconfig holds all the information about the shared object
|
// yconfig holds all the information about the shared object
|
||||||
window.yconfig = yconfig
|
window.yconfig = yconfig
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.6.33",
|
"version": "0.6.35",
|
||||||
"homepage": "y-js.org",
|
"homepage": "y-js.org",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.6.33",
|
"version": "0.6.35",
|
||||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||||
"main": "y.js",
|
"main": "y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user