updated md_s

This commit is contained in:
Kevin Jahns
2014-10-06 16:59:18 +02:00
parent ee7c5e4bad
commit be814f8f8c
28 changed files with 29 additions and 29 deletions

View File

@@ -55,7 +55,7 @@ Y.createPeerJsConnector(conn, function(Connector, user_id){
You can also specify your own user_id with peerjs.
But then you have to make sure that no other client associated to your API-key has the same user_id.
```
Y.createPeerJsConnector("unique_id", {key: 'h7nlefbgavh1tt9'}, function(Connector, user_id){
Y.createPeerJsConnector("unique_id", conn, function(Connector, user_id){
```

View File

@@ -48,7 +48,7 @@ Y.createPeerJsConnector(conn, function(Connector, user_id){
You can also specify your own user_id with peerjs.
But then you have to make sure that no other client associated to your API-key has the same user_id.
```
Y.createPeerJsConnector("unique_id", {key: 'h7nlefbgavh1tt9'}, function(Connector, user_id){
Y.createPeerJsConnector("unique_id", conn, function(Connector, user_id){
```
*/

View File

@@ -56,7 +56,7 @@ Y.createPeerJsConnector(conn, function(Connector, user_id){
You can also specify your own user_id with peerjs.
But then you have to make sure that no other client associated to your API-key has the same user_id.
```
Y.createPeerJsConnector("unique_id", {key: 'h7nlefbgavh1tt9'}, function(Connector, user_id){
Y.createPeerJsConnector("unique_id", conn, function(Connector, user_id){
```

View File

@@ -49,7 +49,7 @@ Y.createPeerJsConnector(conn, function(Connector, user_id){
You can also specify your own user_id with peerjs.
But then you have to make sure that no other client associated to your API-key has the same user_id.
```
Y.createPeerJsConnector("unique_id", {key: 'h7nlefbgavh1tt9'}, function(Connector, user_id){
Y.createPeerJsConnector("unique_id", conn, function(Connector, user_id){
```
*/