1
0
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:
David Baker
2015-11-30 17:56:01 +00:00
parent ef0cf1f28e
commit ae8c5bdcb0
2 changed files with 10 additions and 10 deletions

View File

@@ -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;