2016-07-04 01:33:05 +08:00
|
|
|
// Allow us to import Ember
|
2020-02-21 22:56:49 +08: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-04 01:33:05 +08:00
|
|
|
__exports__.default = Ember;
|
|
|
|
});
|
2020-05-28 20:42:36 +08:00
|
|
|
|
|
|
|
define("message-bus-client", ["exports"], function(__exports__) {
|
|
|
|
__exports__.default = window.MessageBus;
|
|
|
|
});
|
2020-08-14 23:07:17 +08:00
|
|
|
|
|
|
|
define("ember-buffered-proxy/proxy", ["exports"], function(__exports__) {
|
|
|
|
__exports__.default = window.BufferedProxy;
|
|
|
|
});
|