Backwards compatibility for raw-templates lib
This commit is contained in:
parent
e23f1a9071
commit
eda2d184d6
|
@ -5,7 +5,8 @@ var define, requirejs;
|
||||||
var EMBER_MODULES = {};
|
var EMBER_MODULES = {};
|
||||||
var ALIASES = {
|
var ALIASES = {
|
||||||
"ember-addons/ember-computed-decorators":
|
"ember-addons/ember-computed-decorators":
|
||||||
"discourse-common/utils/decorators"
|
"discourse-common/utils/decorators",
|
||||||
|
"discourse/lib/raw-templates": "discourse-common/lib/raw-templates"
|
||||||
};
|
};
|
||||||
if (typeof Ember !== "undefined") {
|
if (typeof Ember !== "undefined") {
|
||||||
EMBER_MODULES = {
|
EMBER_MODULES = {
|
||||||
|
|
Loading…
Reference in New Issue