cfpb / capital-framework

The Consumer Financial Protection Bureau's user interface framework
https://cfpb.github.io/capital-framework/
Creative Commons Zero v1.0 Universal
54 stars 29 forks source link

Remove fn bind polyfill #876

Closed anselmbradford closed 5 years ago

anselmbradford commented 5 years ago

The bind polyfill is needed for legacy IE8 and Blackberry only https://caniuse.com/#feat=es5 and was removed a year ago in cfgov-refresh https://github.com/cfpb/cfgov-refresh/pull/3677.

Removals

Testing

  1. gulp build && gulp test should pass.