2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-04-21 19:40:37 +00:00

syntax hl

This commit is contained in:
AJ ONeal 2016-12-19 09:31:35 -07:00 committed by GitHub
parent a3a3254527
commit f780376ec2

View File

@ -112,7 +112,7 @@ local handler and the tunnel handler.
You could do a little magic like this: You could do a little magic like this:
``` ```js
var Dup = { var Dup = {
write: function (chunk, encoding, cb) { write: function (chunk, encoding, cb) {
this.__my_socket.write(chunk, encoding); this.__my_socket.write(chunk, encoding);