summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLParamElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLParamElement.bnd')
-rw-r--r--javascript/duktape/HTMLParamElement.bnd23
1 files changed, 0 insertions, 23 deletions
diff --git a/javascript/duktape/HTMLParamElement.bnd b/javascript/duktape/HTMLParamElement.bnd
deleted file mode 100644
index 8fbe6fca6..000000000
--- a/javascript/duktape/HTMLParamElement.bnd
+++ /dev/null
@@ -1,23 +0,0 @@
-/* HTML param 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 HTMLParamElement(struct dom_html_element *html_param_element::html_element);
-
-getter HTMLParamElement::name();
-setter HTMLParamElement::name();
-
-getter HTMLParamElement::type();
-setter HTMLParamElement::type();
-
-getter HTMLParamElement::value();
-setter HTMLParamElement::value();
-
-getter HTMLParamElement::valueType();
-setter HTMLParamElement::valueType();