From f8de70b8f639454417d615ec6c8b7aaf87d85723 Mon Sep 17 00:00:00 2001 From: Miciah Dashiel Butler Masters Date: Sat, 24 Dec 2005 03:49:06 +0000 Subject: [PATCH] Comment smjs_elinks_object. --- src/scripting/smjs/elinks_object.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scripting/smjs/elinks_object.h b/src/scripting/smjs/elinks_object.h index e59850707..aa8f57d35 100644 --- a/src/scripting/smjs/elinks_object.h +++ b/src/scripting/smjs/elinks_object.h @@ -3,6 +3,8 @@ #include "ecmascript/spidermonkey/util.h" +/* This is the all-powerful elinks object through which all client scripts + * will interface with ELinks. */ extern JSObject *smjs_elinks_object; /* Initialise elinks_object. */