Skip to content
Snippets Groups Projects
Commit 1635f23f authored by rswindell's avatar rswindell
Browse files

Dont' need the _global kludge now that we have the js.global property.

parent 7ffb2004
No related branches found
No related tags found
No related merge requests found
......@@ -916,12 +916,6 @@ bool sbbs_t::js_init(ulong* stack_frame)
))==NULL)
break;
#ifdef _DEBUG
JS_DefineProperty(js_cx, js_glob, "_global", OBJECT_TO_JSVAL(js_glob)
,NULL,NULL,JSPROP_READONLY);
#endif
/* BBS Object */
if(js_CreateBbsObject(js_cx, js_glob)==NULL)
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment