DEV: Avoid using globals (#14909)

This commit is contained in:
Jarek Radosz
2021-11-13 13:10:13 +01:00
committed by GitHub
parent 4ad77f3382
commit bdd2c888b0
31 changed files with 105 additions and 66 deletions

View File

@@ -1,4 +1,5 @@
// discourse-skip-module
(function () {
// eslint-disable-next-line no-undef
Discourse.start();
})();