aurelia / polyfills

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

fix(binding): add polyfill for Array.prototype.fill #59

Closed fkleuver closed 6 years ago

fkleuver commented 6 years ago

This is a fix for https://github.com/aurelia/binding/issues/697

@EisenbergEffect