Deploy 0.8.14

This commit is contained in:
Kevin Jahns
2016-02-04 15:26:28 +01:00
parent e48608a7d4
commit 98085b2807
6 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,8 @@ Y({
},
connector: {
name: 'websockets-client',
room: 'ace-example'
room: 'ace-example',
url: 'localhost:1234'
},
sourceDir: '/bower_components',
share: {
@@ -18,7 +19,7 @@ Y({
// bind the textarea to a shared text element
var editor = ace.edit('ace')
editor.setTheme('ace/theme/chrome')
editor.setTheme('/bower_components/ace-builds/src-min/chrome')
editor.getSession().setMode('ace/mode/javascript')
y.share.ace.bindAce(editor)