Skip to content

Remove needless bind and indexOf polyfills

username-removed-636429 requested to merge remove-needless-bind-polyfills into master

What does this MR do?

These bind and indexOf polyfills were generated by coffeescript back when we made the transition to es6. No browser that we support lacks these methods, so the polyfills are a waste of space.

Are there points in the code the reviewer needs to double check?

nope

Why was this MR needed?

removal of technical debt

Screenshots (if relevant)

n/a

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports