discourse/app/assets/javascripts/start-discourse.js
Robin Ward 2b2434b82d
Start Discourse in an initializer (#9930)
* DEV: To be pedantic, there is more than EMBER in there now

* DEV: Use less globals. Have `Discourse` start in an initializer

* DEV: Remove another global
2020-05-29 14:37:02 -04:00

5 lines
66 B
JavaScript

// discourse-skip-module
(function() {
Discourse.start();
})();