summaryrefslogtreecommitdiff
path: root/javascript/duktape
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape')
-rw-r--r--javascript/duktape/HTMLMarqueeElement.bnd11
-rw-r--r--javascript/duktape/netsurf.bnd2
2 files changed, 12 insertions, 1 deletions
diff --git a/javascript/duktape/HTMLMarqueeElement.bnd b/javascript/duktape/HTMLMarqueeElement.bnd
new file mode 100644
index 000000000..16fbdc82c
--- /dev/null
+++ b/javascript/duktape/HTMLMarqueeElement.bnd
@@ -0,0 +1,11 @@
+/* HTML marquee 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 HTMLMarqueeElement(struct dom_html_element *html_marquee_element::html_element);
diff --git a/javascript/duktape/netsurf.bnd b/javascript/duktape/netsurf.bnd
index 2ecacf549..bc57be683 100644
--- a/javascript/duktape/netsurf.bnd
+++ b/javascript/duktape/netsurf.bnd
@@ -87,10 +87,10 @@ struct dom_html_br_element;
#include "HTMLLIElement.bnd"
#include "HTMLLinkElement.bnd"
#include "HTMLMapElement.bnd"
+#include "HTMLMarqueeElement.bnd"
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
init HTMLDirectoryElement(struct dom_html_element *html_directory_element::html_element);
-init HTMLMarqueeElement(struct dom_html_element *html_marquee_element::html_element);
init HTMLCanvasElement(struct dom_html_element *html_canvas_element::html_element);
init HTMLTemplateElement(struct dom_html_element *html_template_element::html_element);
init HTMLScriptElement(struct dom_html_element *html_script_element::html_element);