Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. if (Globalize
  2. .culture(Globalize.cultureSelector)
  3. .numberFormat
  4. .currency
  5. .symbol === '$') {
  6. return 'fa-usd'
  7. } // etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement