|
@@ -357,7 +357,7 @@ var rtl = {
|
|
c.$ancestor = ancestor;
|
|
c.$ancestor = ancestor;
|
|
// c.$ancestor === Object.getPrototypeOf(c)
|
|
// c.$ancestor === Object.getPrototypeOf(c)
|
|
} else {
|
|
} else {
|
|
- c = { $ancestor = null };
|
|
|
|
|
|
+ c = { $ancestor : null };
|
|
};
|
|
};
|
|
parent[name] = c;
|
|
parent[name] = c;
|
|
c.$class = c; // Note: o.$class === Object.getPrototypeOf(o)
|
|
c.$class = c; // Note: o.$class === Object.getPrototypeOf(o)
|