Created
January 18, 2011 06:29
-
-
Save 525c1e21-bd67-4735-ac99-b4b0e5262290/784051 to your computer and use it in GitHub Desktop.
works
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
handler = (client, connection) -> | |
@log = (data, cb) -> | |
console.log data | |
node = dnode handler |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
handler = (client, connection) -> | |
@log = (data, cb) -> | |
console.log data | |
return | |
node = dnode handler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment