summaryrefslogtreecommitdiff
path: root/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-14 15:09:16 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-14 15:09:16 +0100
commit0805bf2cd63bc1bc5c7c55b651562c745276a8d7 (patch)
treefdf776260379b7f4b428c0f153fe3d8d5490d5b9 /javascript/duktape/netsurf.bnd
parent0d4105907d5843c06f8b545adebe4d7d45ad1afd (diff)
downloadnetsurf-0805bf2cd63bc1bc5c7c55b651562c745276a8d7.tar.gz
netsurf-0805bf2cd63bc1bc5c7c55b651562c745276a8d7.tar.bz2
add automaticaly generated property setter and getters to HTMLTableColElement
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 ba0c0130f..1c20d51ee 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -100,6 +100,7 @@ struct dom_html_br_element;
#include "HTMLStyleElement.bnd"
#include "HTMLTableCaptionElement.bnd"
#include "HTMLTableCellElement.bnd"
+#include "HTMLTableColElement.bnd"
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
init HTMLDirectoryElement(struct dom_html_element *html_directory_element::html_element);
@@ -118,7 +119,6 @@ init HTMLOptGroupElement(struct dom_html_element *html_opt_group_element::html_e
init HTMLDataListElement(struct dom_html_element *html_data_list_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);
-init HTMLTableColElement(struct dom_html_element *html_table_col_element::html_element);
init HTMLTableElement(struct dom_html_element *html_table_element::html_element);
init HTMLMediaElement(struct dom_html_element *html_media_element::html_element);
init HTMLTrackElement(struct dom_html_element *html_track_element::html_element);