iriscouch / bigdecimal.js

Arbitrary-precision Javascript BigInteger and BigDecimal real numbers
Apache License 2.0
243 stars 25 forks source link

Named Methods #3

Open ahansen1 opened 12 years ago

ahansen1 commented 12 years ago

I think that the changes I made here will resolve the IE8 issues. Essentially, if the named method is undefined we look at the deprecated arguments.callee. This is in response to:

https://github.com/iriscouch/bigdecimal.js/issues/2

I'm sorry didn't take the time to run it through a build. But, thought it might be helpful to pass this change along.