discourse/app/assets/javascripts/ember-shim.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
371 B
JavaScript
Raw Normal View History

2016-07-03 13:33:05 -04:00
// 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(" ")
);
2016-07-03 13:33:05 -04:00
__exports__.default = Ember;
});