mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 02:48:28 +08:00
Revert "DEV: Import MessageBus
from message-bus-client
instead of globals (#9902)"
This reverts commit d3bd4821427ddbbf6a3c647117400aa8f8d56e54.
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
// Allow us to import Ember
|
||||
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(" ")
|
||||
);
|
||||
|
||||
__exports__.default = Ember;
|
||||
});
|
||||
|
||||
define("message-bus-client", [], function() {
|
||||
return window.MessageBus;
|
||||
});
|
Reference in New Issue
Block a user