thednp/bootstrap.native

IE11 broken

midzer opened this issue · 2 comments

Hi,

using latest polyfill I realized there is an issue with Number.isNaN() on IE11. We should include https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN#polyfill to fix this.

Would be happy to open a PR for this.

Have a nice week
midzer

To make it easy for you, check the polyfill setup and the sources here.

Have fun.

https://github.com/thednp/minifill/blob/master/src/Number.isNaN.js is already there, so we just have to import it. Great!