h5p / h5p-multi-choice

10 stars 98 forks source link

Wrong use of const breaks IE11 #135

Closed otacke closed 1 year ago

otacke commented 2 years ago

In for ... of, one would expect let not const. Today's browsers don't seem to care, but IE11 breaks if that's still important. https://github.com/h5p/h5p-multi-choice/blob/ff1b239c17dd86999f0a77239f3066e07b94fab3/js/multichoice.js#L859

otacke commented 1 year ago

Not relevant anymore. ✝ IE11.