From 274a76d97a878ef66155a215e1d16c33998f5597 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 1 Jul 2012 10:10:00 +0100 Subject: Add initial navigator object creation. Basic navigator object outline ready to add methods to. The navigator object contains all the information about the browser Signed-Off-By: Vincent Sanders --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 0d7eb865f..3dcec40a3 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -29,7 +29,7 @@ S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \ # Javascript sources ifeq ($(NETSURF_USE_JS),YES) -S_JSAPI = window.c document.c console.c +S_JSAPI = window.c document.c navigator.c console.c S_JAVASCRIPT += content.c jsapi.c $(addprefix jsapi/,$(S_JSAPI)) else S_JAVASCRIPT += none.c -- cgit v1.2.3