Created
January 24, 2012 20:49
-
-
Save jacob414/1672497 to your computer and use it in GitHub Desktop.
CoffeeScript for Browser and Node but indented
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
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