Skip to content
Snippets Groups Projects
Commit 8366abea authored by rswindell's avatar rswindell
Browse files

Creates new BBS JS object.

parent e04bac95
No related branches found
No related tags found
No related merge requests found
......@@ -354,6 +354,9 @@ bool sbbs_t::js_initcx()
if(!JS_SetProperty(js_cx, sysobj, "version_detail", &val))
break;
#endif
/* BBS Object */
if(js_CreateBbsObject(js_cx, js_glob)==NULL)
break;
/* Console Object */
if(js_CreateConsoleObject(js_cx, js_glob)==NULL)
......
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