summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLQuoteElement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-14 12:51:35 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-14 12:51:35 +0100
commit4f843d3b6f09fe6639498504263515fbd6ea3c5f (patch)
treeae922efbfb5df6079bb8e5adee5146cc51c343a4 /javascript/duktape/HTMLQuoteElement.bnd
parent02fb81009ea365f98ac6861a109a809a1bffc42a (diff)
downloadnetsurf-4f843d3b6f09fe6639498504263515fbd6ea3c5f.tar.gz
netsurf-4f843d3b6f09fe6639498504263515fbd6ea3c5f.tar.bz2
add automaticaly generated property setter and getters to HTMLQuoteElement
Diffstat (limited to 'javascript/duktape/HTMLQuoteElement.bnd')
-rw-r--r--javascript/duktape/HTMLQuoteElement.bnd14
1 files changed, 14 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLQuoteElement.bnd b/javascript/duktape/HTMLQuoteElement.bnd
new file mode 100644
index 000000000..9e62f5d78
--- /dev/null
+++ b/javascript/duktape/HTMLQuoteElement.bnd
@@ -0,0 +1,14 @@
+/* HTML quote 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 HTMLQuoteElement(struct dom_html_element *html_quote_element::html_element);
+
+getter HTMLQuoteElement::cite();
+setter HTMLQuoteElement::cite();