Skip to content

Instantly share code, notes, and snippets.

@jacob414
Created January 24, 2012 20:49
Show Gist options
  • Save jacob414/1672497 to your computer and use it in GitHub Desktop.
Save jacob414/1672497 to your computer and use it in GitHub Desktop.
CoffeeScript for Browser and Node but indented
foo = exports? and exports or @foo = {}
do(foo) ->
# Being at indent level 1 here makes me uneasy!
class foo.Cls
meth: -> 1
foo.func = -> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment