Skip to content

Instantly share code, notes, and snippets.

@akhoury
Created August 23, 2013 17:29
Show Gist options
  • Save akhoury/6321871 to your computer and use it in GitHub Desktop.
Save akhoury/6321871 to your computer and use it in GitHub Desktop.
augment.coffee
augment = (base, extra, context) ->
(->
->
base.apply context or this, arguments_
extra.apply context or this, arguments_
)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment