mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Bug 846: Document the expected parents of form_elements_class instances.
This should have been in commit36f5f73a60
. The corresponding commite76e047196
in the REL_0_10 branch does include it.
This commit is contained in:
parent
d9604331b8
commit
7e52d23d2f
@ -543,6 +543,7 @@ get_form_control_object(JSContext *ctx, JSObject *jsform, enum form_type type, s
|
||||
|
||||
static JSBool form_elements_get_property(JSContext *ctx, JSObject *obj, jsval id, jsval *vp);
|
||||
|
||||
/* Each @form_elements_class object must have a @form_class parent. */
|
||||
static const JSClass form_elements_class = {
|
||||
"elements",
|
||||
JSCLASS_HAS_PRIVATE,
|
||||
|
Loading…
Reference in New Issue
Block a user