fixed ancestor

This commit is contained in:
mattias 2020-10-15 14:45:08 +00:00
parent ff02110d4b
commit 069b863bc5

View File

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