openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 528 forks source link

fix for requirejs, used hasModule from moment package. #101

Open sberryman opened 9 years ago

sberryman commented 9 years ago

See https://github.com/moment/moment/blob/develop/moment.js#L36

I was having a problem using this in a mixed environment with both requirejs and node. This little change (copied from moment.js) fixed the problem for me.