From 68f359d1ec2212939f19a25dfb182d08cfa37afd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 28 Nov 2012 18:07:36 +0000 Subject: initial event fireing implementation --- javascript/none.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'javascript/none.c') diff --git a/javascript/none.c b/javascript/none.c index b5cfc7875..6354a12ff 100644 --- a/javascript/none.c +++ b/javascript/none.c @@ -53,3 +53,8 @@ bool js_exec(jscontext *ctx, const char *txt, size_t txtlen) { return true; } + +bool js_fire_event(jscontext *ctx, const char *type, void *target) +{ + return true; +} -- cgit v1.2.3