Fixed null-pointer crash-on-exit

This was SVN commit r599.
This commit is contained in:
Ykkrosh
2004-06-24 16:09:29 +00:00
parent a9e358b9bc
commit 6348dc1f0e
@@ -9,7 +9,7 @@ JSClass JSI_BaseEntity::JSI_class = {
JS_PropertyStub, JS_PropertyStub,
JSI_BaseEntity::getProperty, JSI_BaseEntity::setProperty,
JS_EnumerateStub, JS_ResolveStub,
JS_ConvertStub, NULL,
JS_ConvertStub, JS_FinalizeStub,
NULL, NULL, NULL, NULL
};