1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Bug 846: Document the expected parents of form_elements_class instances.

This should have been in commit 36f5f73a60.
The corresponding commit e76e047196 in the
REL_0_10 branch does include it.
This commit is contained in:
Kalle Olavi Niemitalo 2006-11-26 17:35:33 +02:00 committed by Kalle Olavi Niemitalo
parent d9604331b8
commit 7e52d23d2f

View File

@ -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,