mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 17:52:50 +00:00
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