mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
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 ALIASES = {
|
||||
"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") {
|
||||
EMBER_MODULES = {
|
||||
|
Loading…
Reference in New Issue
Block a user