Skip to content

Instantly share code, notes, and snippets.

@csquared
Created September 15, 2011 07:21
Show Gist options
  • Save csquared/1218728 to your computer and use it in GitHub Desktop.
Save csquared/1218728 to your computer and use it in GitHub Desktop.
Node.js sample
/* This is some sample Javascript */
function hello_world(event){
event.stopPropagation();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment