elainewlin / MusicParsed

A better site for song chords with no scrolling and no ads.
https://www.musicparsed.com/
61 stars 16 forks source link

Remove String.prototype.trimEnd call #93

Closed andersk closed 5 years ago

andersk commented 5 years ago

IE/Edge doesn’t support it, and it’s still a stage 3 proposal so it’s not enabled in @babel/polyfill by default. We could add the polyfill, but this particular call has no effect anymore so we can just remove it.

(For a minute I was scared I broke this with #92, but no, it’s actually been broken for longer.)