summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLOListElement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-24 19:39:07 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-24 19:39:59 +0100
commitdc0729150c2fd4ed4ad594ea5240d69d8ab65a3c (patch)
treec86b357eb890787ab1147ade45b8709aa1efcbd0 /javascript/duktape/HTMLOListElement.bnd
parent37c715c5224b5e86925e6b0b9270c95dd45d4b19 (diff)
downloadnetsurf-dc0729150c2fd4ed4ad594ea5240d69d8ab65a3c.tar.gz
netsurf-dc0729150c2fd4ed4ad594ea5240d69d8ab65a3c.tar.bz2
add automaticaly generated property setter and getters to HTMLOListElement
Diffstat (limited to 'javascript/duktape/HTMLOListElement.bnd')
-rw-r--r--javascript/duktape/HTMLOListElement.bnd18
1 files changed, 18 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLOListElement.bnd b/javascript/duktape/HTMLOListElement.bnd
new file mode 100644
index 000000000..8c12712a9
--- /dev/null
+++ b/javascript/duktape/HTMLOListElement.bnd
@@ -0,0 +1,18 @@
+/* HTML ol element binding using duktape and libdom
+ *
+ * Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
+ *
+ * This file is part of NetSurf, http://www.netsurf-browser.org/
+ *
+ * Released under the terms of the MIT License,
+ * http://www.opensource.org/licenses/mit-license
+ */
+
+init HTMLOListElement(struct dom_html_element *html_o_list_element::html_element);
+
+getter HTMLOListElement::compact();
+setter HTMLOListElement::compact();
+getter HTMLOListElement::start();
+setter HTMLOListElement::start();
+getter HTMLOListElement::type();
+setter HTMLOListElement::type();