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