mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +08:00
2b2434b82d
* 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
5 lines
66 B
JavaScript
5 lines
66 B
JavaScript
// discourse-skip-module
|
|
(function() {
|
|
Discourse.start();
|
|
})();
|