Skip to content

Instantly share code, notes, and snippets.

@siers
Created April 2, 2013 06:51
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 siers/5290386 to your computer and use it in GitHub Desktop.
Save siers/5290386 to your computer and use it in GitHub Desktop.
I want dem mixins in mai coffeescripts whenever I have jQuery.
importize = (mixin, module) ->
$.extend($.extend({}, mixin), module)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment