mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: Remove uneeded from discourse loader (#8390)
This commit is contained in:
parent
5ba63f8a98
commit
94e8fd68bf
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ var define, requirejs;
|
|||
}
|
||||
|
||||
requirejs = require = function(name) {
|
||||
name = transformForAliases(this.name);
|
||||
name = transformForAliases(name);
|
||||
if (EMBER_MODULES[name]) {
|
||||
return EMBER_MODULES[name];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue