fix
This commit is contained in:
parent
6546aaa704
commit
00c43cee45
|
|
@ -69,7 +69,7 @@ function DEFNODE(type, props, methods, base) {
|
||||||
}
|
}
|
||||||
if (base) base.SUBCLASSES.push(ctor);
|
if (base) base.SUBCLASSES.push(ctor);
|
||||||
ctor.prototype.CTOR = ctor;
|
ctor.prototype.CTOR = ctor;
|
||||||
ctor.SELF_PROPS = self_props;
|
ctor.SELF_PROPS = props;
|
||||||
ctor.SUBCLASSES = [];
|
ctor.SUBCLASSES = [];
|
||||||
if (type) {
|
if (type) {
|
||||||
ctor.prototype.TYPE = ctor.TYPE = type;
|
ctor.prototype.TYPE = ctor.TYPE = type;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user