Skip to content

Instantly share code, notes, and snippets.

@designeng
Created October 11, 2014 19:07
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 designeng/ce62ce5a1b662ba7eb09 to your computer and use it in GitHub Desktop.
Save designeng/ce62ce5a1b662ba7eb09 to your computer and use it in GitHub Desktop.
define ->
runTask = () ->
task = Array::slice.call(arguments, 0, 1)
rest = Array::slice.call(arguments, 1)
@[task].apply @, rest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment