chr15m / bugout

Back end web app services over WebRTC.
https://chr15m.github.io/bugout
MIT License
607 stars 59 forks source link

Documentation Typo? #7

Closed neuronsupport closed 5 years ago

neuronsupport commented 5 years ago

b.register("ping", function(address, args, callback) { // modify the passed arguments and reply args.hello = "Hello from " + b.address(); callback(message); -> callback(args); });