summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLPreElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLPreElement.bnd')
-rw-r--r--javascript/duktape/HTMLPreElement.bnd15
1 files changed, 15 insertions, 0 deletions
diff --git a/javascript/duktape/HTMLPreElement.bnd b/javascript/duktape/HTMLPreElement.bnd
new file mode 100644
index 000000000..06f6a76a9
--- /dev/null
+++ b/javascript/duktape/HTMLPreElement.bnd
@@ -0,0 +1,15 @@
+/* HTML li 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 HTMLPreElement(struct dom_html_element *html_pre_element::html_element);
+
+getter HTMLPreElement::width();
+setter HTMLPreElement::width();
+