summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLElement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-13 10:37:12 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-13 10:37:12 +0100
commit450cefbd490c2e11262ee15d025ffb18b0e9ff16 (patch)
tree8fed8179a5e377e43efdcf25fcd0e0491bb01803 /javascript/duktape/HTMLElement.bnd
parentc39096c30d26f425df78958597dda8e720777e30 (diff)
downloadnetsurf-450cefbd490c2e11262ee15d025ffb18b0e9ff16.tar.gz
netsurf-450cefbd490c2e11262ee15d025ffb18b0e9ff16.tar.bz2
add automaticaly generated property setter and getters to HTMLHtmlElement
Diffstat (limited to 'javascript/duktape/HTMLElement.bnd')
-rw-r--r--javascript/duktape/HTMLElement.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/duktape/HTMLElement.bnd b/javascript/duktape/HTMLElement.bnd
index 7a3424913..ad35fe5ae 100644
--- a/javascript/duktape/HTMLElement.bnd
+++ b/javascript/duktape/HTMLElement.bnd
@@ -8,7 +8,7 @@
* http://www.opensource.org/licenses/mit-license
*/
-init HTMLHtmlElement(struct dom_html_element *html_html_element::html_element);
+init HTMLElement(struct dom_html_element *html_element::element);
getter HTMLElement::dir();
setter HTMLElement::dir();