summaryrefslogtreecommitdiff
path: root/javascript/none/none.c
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/none/none.c')
-rw-r--r--javascript/none/none.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/javascript/none/none.c b/javascript/none/none.c
index 3ae1f4f54..9a8b0a49d 100644
--- a/javascript/none/none.c
+++ b/javascript/none/none.c
@@ -60,3 +60,11 @@ bool js_fire_event(jscontext *ctx, const char *type, struct dom_document *doc, s
{
return true;
}
+
+void js_handle_new_element(jscontext *ctx, struct dom_element *node)
+{
+}
+
+void js_event_cleanup(jscontext *ctx, struct dom_event *evt)
+{
+}