This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-15 07:45:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
javascripts
/
start-discourse.js
5 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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
// discourse-skip-module
DEV: apply new coding standards (#10592)
2020-09-04 13:42:47 +02:00
(
function
(
)
{
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
Discourse
.
start
(
)
;
}
)
(
)
;
Reference in New Issue
Copy Permalink