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;