Skip to content

Instantly share code, notes, and snippets.

@kalasjocke
Created January 22, 2015 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalasjocke/3624f65388d79b74c963 to your computer and use it in GitHub Desktop.
Save kalasjocke/3624f65388d79b74c963 to your computer and use it in GitHub Desktop.
constructor = (spec) ->
that = otherConstructor(spec)
method = ->
doStuff()
that.method = method
that
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment