From 5a107a466bb3153d0d6aea01f4574a907a921ed8 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 31 Oct 2015 14:52:37 +0100 Subject: Initial work toward JS event support --- javascript/none/none.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'javascript/none') 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) +{ +} -- cgit v1.2.3