Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save asalant/3870097 to your computer and use it in GitHub Desktop.
Ubiquitous JS example: Underscore.js mixins
_ = require 'underscore'
accounting = require 'accounting'
format = require '../shared/lib/format'
_.mixin
formatNumber: accounting.formatNumber
formatDate: format.formatDate
formatDateRange: format.formatDateRange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment