Skip to content

Instantly share code, notes, and snippets.

@tony-o
Created March 26, 2013 19:50
Show Gist options
  • Save tony-o/5248593 to your computer and use it in GitHub Desktop.
Save tony-o/5248593 to your computer and use it in GitHub Desktop.
var assignAlias = _.alias;
_.alias = function(){
/* transform arguments[0] from camel to _ */
assianAlias.apply(_, arguments);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment