discourse/app/assets/javascripts/deprecated.js
Robin Ward 056327c0c9
DEV: Move discourse.js to app/app.js (#9545)
This is another thing to get our application in line with what Ember CLI
expects.
2020-04-27 13:28:10 -04:00

5 lines
118 B
JavaScript

// ensure Discourse is added as a global
(function() {
window.Discourse = requirejs("discourse/app").default;
})();