Skip to content

Instantly share code, notes, and snippets.

@asalant
Created October 11, 2012 04:24
Show Gist options
  • Select an option

  • Save asalant/3870158 to your computer and use it in GitHub Desktop.

Select an option

Save asalant/3870158 to your computer and use it in GitHub Desktop.
Ubiquitous JS example: UserMixin
module.exports = UserMixin = (User) ->
_(User.prototype).extend
holla: ->
"Hey #{@get('name')}!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment