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 532 forks source link

Settings object passed in to formatMoney is modified #24

Closed wjcrowcroft closed 12 years ago

wjcrowcroft commented 12 years ago

Settings object with formats passed in to formatMoney is being modified in global scope causing formatting errors, fix to follow