aurelia / polyfills

The minimal set of polyfills needed to run Aurelia.
MIT License
26 stars 27 forks source link

Fixing IE 11 issues #21

Closed tszarzynski closed 8 years ago

tszarzynski commented 8 years ago

Fixed issue related to bug #16.

"Potentially unhandled rejection [1] TypeError: Object.getOwnPropertyNames: argument is not an Object"

It's happening when Strings are being passed to Symbol.getOwnPropertySymbols method. Added a fix based on core.js implementation.

Also fixed issue in Array.from method. Changed "min" to "Math.min" as it was causing reference errors on IE 11.

EisenbergEffect commented 8 years ago

Thank you! I'll review and get this in asap. This makes me very happy :)