You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
better comment & regenerated index
This commit is contained in:
@@ -32,7 +32,8 @@ class Skinner {
|
||||
if (comp) {
|
||||
return comp;
|
||||
}
|
||||
// XXX
|
||||
// XXX: Temporarily also try 'views.' as we're currently
|
||||
// leaving the 'views.' off views.
|
||||
var comp = this.components['views.'+name];
|
||||
if (comp) {
|
||||
return comp;
|
||||
|
||||
Reference in New Issue
Block a user