Skip to content

Instantly share code, notes, and snippets.

@tom-lpsd
Created March 6, 2010 15:42
Show Gist options
  • Save tom-lpsd/323743 to your computer and use it in GitHub Desktop.
Save tom-lpsd/323743 to your computer and use it in GitHub Desktop.
function runCont(actions) {
$A(actions).reverse(false).inject(function(){}, function(c, f) {
return function () { f.apply(null, [c].concat($A(arguments))); };
})();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment