summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 20:54:54 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 20:54:54 +0100
commit2f68549812e5b70f6f51283c35c91bfd576c6ed3 (patch)
treebb2bf046b1e657bfda3b78e21b5ac0cce1225831 /javascript/duktape/netsurf.bnd
parente1769827fcfd58ae044bf9822df081dbfc306154 (diff)
downloadnetsurf-2f68549812e5b70f6f51283c35c91bfd576c6ed3.tar.gz
netsurf-2f68549812e5b70f6f51283c35c91bfd576c6ed3.tar.bz2
add automaticaly generated property setter and getters to HTMLInputElement
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 67b56158b..67dd2ea70 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -79,6 +79,7 @@ struct dom_html_br_element;
#include "HTMLHTMLElement.bnd"
#include "HTMLIFrameElement.bnd"
#include "HTMLImageElement.bnd"
+#include "HTMLInputElement.bnd"
/* specialisations of html_element */
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
@@ -102,7 +103,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 HTMLInputElement(struct dom_html_element *html_input_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);