1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

Comment smjs_elinks_object.

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-24 03:49:06 +00:00 committed by Miciah Dashiel Butler Masters
parent 9b645f9b66
commit f8de70b8f6

View File

@ -3,6 +3,8 @@
#include "ecmascript/spidermonkey/util.h" #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; extern JSObject *smjs_elinks_object;
/* Initialise elinks_object. */ /* Initialise elinks_object. */