mirror of
https://github.com/yjs/yjs.git
synced 2025-12-28 16:06:36 +01:00
Merge branch 'master' of https://github.com/y-js/yjs
This commit is contained in:
@@ -131,7 +131,7 @@ Here is a simple example of a shared textarea
|
||||
// name: 'xmpp'
|
||||
room: 'my-room' // clients connecting to the same room share data
|
||||
},
|
||||
sourceDir: '/bower_components', // location of the y-* modules (browser only)
|
||||
sourceDir: './bower_components', // location of the y-* modules (browser only)
|
||||
share: {
|
||||
textarea: 'Text' // y.share.textarea is of type y-text
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user