mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
Backwards compatibility for raw-templates lib
This commit is contained in:
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user