2016-07-03 13:33:05 -04:00
|
|
|
// Allow us to import Ember
|
2020-02-21 09:56:49 -05:00
|
|
|
define("ember", ["exports"], function(__exports__) {
|
|
|
|
// eslint-disable-next-line no-console
|
|
|
|
console.warn(
|
|
|
|
[
|
|
|
|
"Deprecation notice:",
|
|
|
|
"Use specific `@ember/*` imports instead of `ember`",
|
|
|
|
"(deprecated since Discourse 2.4.0)",
|
|
|
|
"(removal in Discourse 2.5.0)"
|
|
|
|
].join(" ")
|
|
|
|
);
|
|
|
|
|
2016-07-03 13:33:05 -04:00
|
|
|
__exports__.default = Ember;
|
|
|
|
});
|
2020-05-28 08:42:36 -04:00
|
|
|
|
|
|
|
define("message-bus-client", ["exports"], function(__exports__) {
|
|
|
|
__exports__.default = window.MessageBus;
|
|
|
|
});
|