mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 22:26:40 +00:00
Added JSCLASS_HAS_PRIVATE
This was SVN commit r641.
This commit is contained in:
@@ -55,7 +55,7 @@ namespace ConfigNamespace_JS
|
||||
}
|
||||
|
||||
JSClass Class = {
|
||||
"ConfigNamespace", 0,
|
||||
"ConfigNamespace", JSCLASS_HAS_PRIVATE,
|
||||
JS_PropertyStub, JS_PropertyStub,
|
||||
GetProperty, SetProperty,
|
||||
JS_EnumerateStub, JS_ResolveStub,
|
||||
|
||||
Reference in New Issue
Block a user