fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 83 forks source link

fix(icon): arrow functions do not work on IE11 #302

Closed lubber-de closed 3 years ago

lubber-de commented 3 years ago

Description

The icon page does not work on IE11 because of used arrow functions. I changed this to traditional ES5 functions, and the page works again.