summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLFormElement.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/HTMLFormElement.bnd')
-rw-r--r--javascript/duktape/HTMLFormElement.bnd26
1 files changed, 0 insertions, 26 deletions
diff --git a/javascript/duktape/HTMLFormElement.bnd b/javascript/duktape/HTMLFormElement.bnd
deleted file mode 100644
index 3906cf0b3..000000000
--- a/javascript/duktape/HTMLFormElement.bnd
+++ /dev/null
@@ -1,26 +0,0 @@
-/* HTML form 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 HTMLFormElement(struct dom_html_element *html_form_element::html_element);
-
-getter HTMLFormElement::acceptCharset();
-setter HTMLFormElement::acceptCharset();
-
-getter HTMLFormElement::action();
-setter HTMLFormElement::action();
-
-getter HTMLFormElement::enctype();
-setter HTMLFormElement::enctype();
-
-getter HTMLFormElement::method();
-setter HTMLFormElement::method();
-
-getter HTMLFormElement::target();
-setter HTMLFormElement::target();