summaryrefslogtreecommitdiff
path: root/Makefile.sources.javascript
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-11-03 21:37:06 +0000
committerVincent Sanders <vince@netsurf-browser.org>2012-11-03 21:37:06 +0000
commit3f1b68384562fe294a1a263214a3fd26ea869bc9 (patch)
tree21be758e3205fb8c13144c39f3790e380a9e8f5f /Makefile.sources.javascript
parent6648ba39ade5ed8c1a5ceccab82eed567478c950 (diff)
downloadnetsurf-3f1b68384562fe294a1a263214a3fd26ea869bc9.tar.gz
netsurf-3f1b68384562fe294a1a263214a3fd26ea869bc9.tar.bz2
implement dom-getElementsByTagName and nodelist and htmlcollection
Diffstat (limited to 'Makefile.sources.javascript')
-rw-r--r--Makefile.sources.javascript2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.sources.javascript b/Makefile.sources.javascript
index 9803f7a83..ca0c146ee 100644
--- a/Makefile.sources.javascript
+++ b/Makefile.sources.javascript
@@ -16,6 +16,8 @@ JSAPI_BINDING_window := javascript/jsapi/window.bnd
JSAPI_BINDING_navigator := javascript/jsapi/navigator.bnd
JSAPI_BINDING_console := javascript/jsapi/console.bnd
JSAPI_BINDING_location := javascript/jsapi/location.bnd
+JSAPI_BINDING_htmlcollection := javascript/jsapi/htmlcollection.bnd
+JSAPI_BINDING_nodelist := javascript/jsapi/nodelist.bnd
# 1: input file
# 2: output file