Skip to content

Commit

Permalink
added lots of magic
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Jun 9, 2015
1 parent c3ba817 commit 1b63f5e
Show file tree
Hide file tree
Showing 11 changed files with 46,841 additions and 2,989 deletions.
2 changes: 1 addition & 1 deletion build/browser/y-object.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/browser/y.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/node/ConnectorClass.js
Expand Up @@ -137,13 +137,13 @@ module.exports = {
/*
* Broadcast a message to all connected peers.
* @param message {Object} The message to broadcast.
#
*
broadcast: (message)->
throw new Error "You must implement broadcast!"
#
*
* Send a message to a peer, or set of peers
#
*
send: (peer_s, message)->
throw new Error "You must implement send!"
*/
Expand Down

0 comments on commit 1b63f5e

Please sign in to comment.