Skip to content

Instantly share code, notes, and snippets.

@misfo
Forked from fletcherm/printer.coffee
Created September 23, 2011 20:46
Show Gist options
  • Save misfo/1238400 to your computer and use it in GitHub Desktop.
Save misfo/1238400 to your computer and use it in GitHub Desktop.
window.Matt = {}
Matt.Printer = do ->
message1 = "Yo ho ho"
message2 = "Five dwarves"
print1 = ->
console.log message1
print2 = ->
console.log message2
{
print1: print1
print2: print2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment