Skip to content

Instantly share code, notes, and snippets.

@tdreid
Last active December 1, 2016 12:38
Show Gist options
  • Save tdreid/3ac7ea57142c81990ac2c25ed5bba7a2 to your computer and use it in GitHub Desktop.
Save tdreid/3ac7ea57142c81990ac2c25ed5bba7a2 to your computer and use it in GitHub Desktop.
//underscore mixin with utility functions
_.mixin({
sortNumbers: function(a,b){
return a-b;
},
md5: function(){
//
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment