Comment on Show HN: OzBonds, do-it-yourself inflation protected pensionparentComments−mattkrause10yOn Safari 9.0.3 (11601.4.4), the ladder never actually displays. Instead, I this in the error consoleTypeError: undefined is not an object (evaluating 'OzBonds.buildLadderButton') onclickozbonds.info:111−daaveOP10yLooks like Safari doesn't provide the Intl object (ECMAScript Internationalization API), which I depend on in my module initialization.https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
Comments
On Safari 9.0.3 (11601.4.4), the ladder never actually displays. Instead, I this in the error console
TypeError: undefined is not an object (evaluating 'OzBonds.buildLadderButton') onclickozbonds.info:111
Looks like Safari doesn't provide the Intl object (ECMAScript Internationalization API), which I depend on in my module initialization.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...