summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/netsurf.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-04-24 22:05:57 +0100
committerVincent Sanders <vince@kyllikki.org>2020-04-24 22:05:57 +0100
commitbf4cbc95b0a4d57dd90908dca5524801af4ca91e (patch)
tree817112d3c46e182aad3a7394689e9403d40cda09 /content/handlers/javascript/duktape/netsurf.bnd
parent084861a31b885c52d87ea0a3d99ebe42af27a713 (diff)
downloadnetsurf-bf4cbc95b0a4d57dd90908dca5524801af4ca91e.tar.gz
netsurf-bf4cbc95b0a4d57dd90908dca5524801af4ca91e.tar.bz2
add bindings for canvas width and height
Diffstat (limited to 'content/handlers/javascript/duktape/netsurf.bnd')
-rw-r--r--content/handlers/javascript/duktape/netsurf.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/handlers/javascript/duktape/netsurf.bnd b/content/handlers/javascript/duktape/netsurf.bnd
index 6dbdb70a9..5fc592771 100644
--- a/content/handlers/javascript/duktape/netsurf.bnd
+++ b/content/handlers/javascript/duktape/netsurf.bnd
@@ -109,6 +109,7 @@ init TrackEvent(struct dom_event *evt::evt);
#include "HTMLBodyElement.bnd"
#include "HTMLButtonElement.bnd"
#include "HTMLBRElement.bnd"
+#include "HTMLCanvasElement.bnd"
#include "HTMLDivElement.bnd"
#include "HTMLFontElement.bnd"
#include "HTMLFormElement.bnd"
@@ -149,7 +150,6 @@ init TrackEvent(struct dom_event *evt::evt);
init HTMLUnknownElement(struct dom_html_element *html_unknown_element::html_element);
init HTMLDirectoryElement(struct dom_html_element *html_directory_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 HTMLDialogElement(struct dom_html_element *html_dialog_element::html_element);
init HTMLMenuItemElement(struct dom_html_element *html_menu_item_element::html_element);