aurelia / polyfills

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

createWithSymbols fails if descriptors is undefined. #48

Closed slackboxster closed 7 years ago

slackboxster commented 7 years ago

Version 1.2.0 of this plugin.

In IE, createWithSymbols fails if descriptors is undefined, giving the following error: "Object.getOwnPropertyNames: argument is not an Object"

EisenbergEffect commented 7 years ago

Merged fix in. Releasing in a few minutes.