mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Bug 846: Document the expected parents of form_elements_class instances.
This should have been in commit 92290b73a915f3ebfbe4b14542a49610e7ee8bd8. The corresponding commit e76e0471960a39ede1e29bc6695db3d77a246d28 in the REL_0_10 branch does include it.
This commit is contained in:
parent
f2854e19ba
commit
67d6474684
@ -513,6 +513,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…
x
Reference in New Issue
Block a user