summaryrefslogtreecommitdiff
path: root/javascript/jsapi/htmlelement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-01-02 17:19:32 +0000
committerVincent Sanders <vince@kyllikki.org>2013-01-02 23:14:30 +0000
commit1b8f9daa51c901119d4dc27f82fb993fc8378bd0 (patch)
treea96ae02f5f17bf1fe1a134fb372c59859bed9598 /javascript/jsapi/htmlelement.bnd
parent3f33f5327e783b3f4d7474007672c2c60a2969ea (diff)
downloadnetsurf-1b8f9daa51c901119d4dc27f82fb993fc8378bd0.tar.gz
netsurf-1b8f9daa51c901119d4dc27f82fb993fc8378bd0.tar.bz2
Initial implementation of document.createComment
Improve robustness of jsobject to libdom object conversion in appendChild
Diffstat (limited to 'javascript/jsapi/htmlelement.bnd')
-rw-r--r--javascript/jsapi/htmlelement.bnd4
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript/jsapi/htmlelement.bnd b/javascript/jsapi/htmlelement.bnd
index 48ebbdb64..5e22f7e7d 100644
--- a/javascript/jsapi/htmlelement.bnd
+++ b/javascript/jsapi/htmlelement.bnd
@@ -8,8 +8,6 @@
* http://www.opensource.org/licenses/mit-license
*/
-#include "dom.bnd"
-
webidlfile "html.idl";
hdrcomment "Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>";
@@ -34,6 +32,8 @@ preamble %{
%}
+#include "dom.bnd"
+
binding htmlelement {
type js_libdom; /* the binding type */