This change avoid a feature/bug in esperanto using Object.defineProperty for the export. Object.defineProperty does not work in IE8 in every object, only in DOM nodes.
I understand this is not this code's fault but it is a workaround until this gets fixed in esperanto/ember-cli.
This change avoid a feature/bug in esperanto using
Object.defineProperty
for the export.Object.defineProperty
does not work in IE8 in every object, only in DOM nodes.I understand this is not this code's fault but it is a workaround until this gets fixed in esperanto/ember-cli.