forked from mirrors/0ad
Fixed annoying crash when SpiderMonkey's GC ran.
Minor tooltip updates. This was SVN commit r1542.
This commit is contained in:
@@ -16,7 +16,7 @@ JSClass JSI_IGUIObject::JSI_class = {
|
||||
JSI_IGUIObject::getProperty, JSI_IGUIObject::setProperty,
|
||||
JS_EnumerateStub, JS_ResolveStub,
|
||||
JS_ConvertStub, JS_FinalizeStub,
|
||||
NULL, NULL, NULL, NULL
|
||||
NULL, NULL, NULL, JSI_IGUIObject::construct
|
||||
};
|
||||
|
||||
JSPropertySpec JSI_IGUIObject::JSI_props[] =
|
||||
|
||||
Reference in New Issue
Block a user