summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLLIElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLLIElement.bnd')
-rw-r--r--javascript/duktape/HTMLLIElement.bnd3
1 files changed, 3 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLLIElement.bnd b/javascript/duktape/HTMLLIElement.bnd
index d999c0d87..a585693c0 100644
--- a/javascript/duktape/HTMLLIElement.bnd
+++ b/javascript/duktape/HTMLLIElement.bnd
@@ -12,3 +12,6 @@ init HTMLLIElement(struct dom_html_element *html_li_element::html_element);
getter HTMLLIElement::type();
setter HTMLLIElement::type();
+
+getter HTMLLIElement::value();
+setter HTMLLIElement::value();