Skip to content

Instantly share code, notes, and snippets.

@taoeffect
Created October 4, 2013 13:35
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 taoeffect/6826028 to your computer and use it in GitHub Desktop.
Save taoeffect/6826028 to your computer and use it in GitHub Desktop.
Equivalent CoffeeScript: (title, [options]..., cb) =>
var _this = this,
__slice = [].slice;
(function() {
var cb, options, title, _arg, _i;
title = arguments[0], _arg = 3 <= arguments.length ? __slice.call(arguments, 1, _i = arguments.length - 1) : (_i = 1, []), cb = arguments[_i++];
options = _arg[0];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment