discourse/plugins/discourse-internet-explorer
Robin Ward c91a360ef7 FIX: Include `Symbol` polyfill for IE11
This is necessary when we use `for (x of y)` operators in Javascript as
they are transpiled to use `Symbol` which is not present in IE.
2019-12-18 15:58:36 -05:00
..
assets/stylesheets FIX: move IE specific CSS rules to discourse-internet-explorer plugin (#8567) 2019-12-18 15:25:16 +11:00
config FEATURE: Create IE Support Plugin (#8520) 2019-12-11 09:07:22 -05:00
public/js FIX: Include `Symbol` polyfill for IE11 2019-12-18 15:58:36 -05:00
spec FEATURE: Create IE Support Plugin (#8520) 2019-12-11 09:07:22 -05:00
plugin.rb FIX: Allow IE script to load with a CDN 2019-12-13 15:50:46 -05:00