summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 21:00:02 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 21:00:02 +0100
commit444721354ee84639bbbd7c864ea256840dc4518a (patch)
treee08e6058b1f04bf6348c6641efd9d967e15ec30a /javascript/duktape/netsurf.bnd
parent2f68549812e5b70f6f51283c35c91bfd576c6ed3 (diff)
downloadnetsurf-444721354ee84639bbbd7c864ea256840dc4518a.tar.gz
netsurf-444721354ee84639bbbd7c864ea256840dc4518a.tar.bz2
add automaticaly generated property setter and getters to HTMLLabelElement
Diffstat (limited to 'javascript/duktape/netsurf.bnd')
-rw-r--r--javascript/duktape/netsurf.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/duktape/netsurf.bnd b/javascript/duktape/netsurf.bnd
index 67dd2ea70..0e467ee0d 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -80,6 +80,7 @@ struct dom_html_br_element;
#include "HTMLIFrameElement.bnd"
#include "HTMLImageElement.bnd"
#include "HTMLInputElement.bnd"
+#include "HTMLLabelElement.bnd"
/* specialisations of html_element */
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
@@ -103,7 +104,6 @@ init HTMLOptionElement(struct dom_html_element *html_option_element::html_elemen
init HTMLOptGroupElement(struct dom_html_element *html_opt_group_element::html_element);
init HTMLDataListElement(struct dom_html_element *html_data_list_element::html_element);
init HTMLSelectElement(struct dom_html_element *html_select_element::html_element);
-init HTMLLabelElement(struct dom_html_element *html_label_element::html_element);
init HTMLTableCellElement(struct dom_html_element *html_table_cell_element::html_element);
init HTMLTableRowElement(struct dom_html_element *html_table_row_element::html_element);
init HTMLTableSectionElement(struct dom_html_element *html_table_section_element::html_element);