summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLElement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-11-06 11:06:07 +0000
committerVincent Sanders <vince@kyllikki.org>2015-11-06 11:06:07 +0000
commit718f17a57f592a524bfba4e0fb3053db799024e1 (patch)
treedba0b8bbb2e88b66d6c2908134479c20b094e8ec /javascript/duktape/HTMLElement.bnd
parent0397a6637d53907b2c5720a7dd71f6db7741a061 (diff)
downloadnetsurf-718f17a57f592a524bfba4e0fb3053db799024e1.tar.gz
netsurf-718f17a57f592a524bfba4e0fb3053db799024e1.tar.bz2
Use automatically generated event handers on Document
Diffstat (limited to 'javascript/duktape/HTMLElement.bnd')
-rw-r--r--javascript/duktape/HTMLElement.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/duktape/HTMLElement.bnd b/javascript/duktape/HTMLElement.bnd
index 3b8b873fc..d2b913a6e 100644
--- a/javascript/duktape/HTMLElement.bnd
+++ b/javascript/duktape/HTMLElement.bnd
@@ -8,7 +8,7 @@
* http://www.opensource.org/licenses/mit-license
*/
-prologue HTMLElement ()
+prologue HTMLElement()
%{
#include <utils/corestrings.h>
#define HANDLER_MAGIC MAGIC(HANDLER_MAP)