davidstutz / bootstrap-multiselect

JQuery multiselect plugin based on Twitter Bootstrap.
https://davidstutz.github.io/bootstrap-multiselect/
Other
3.67k stars 1.98k forks source link

prefer `globalThis` to `this` #1278

Open dten opened 7 months ago

dten commented 7 months ago

globalThis will work in other environments than the browser where this is not defined as the global object at the top level

falls back to this so to keep IE compatibility

with this change the module works in test environments like jest which uses jsdom