better comment & regenerated index
This commit is contained in:
+2
-1
@@ -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