update js
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3812 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
acfe369ca4
commit
fea601f454
|
@ -2259,6 +2259,8 @@ static int env_init(JSContext *cx, JSObject *javascript_object)
|
|||
|
||||
JS_InitStandardClasses(cx, javascript_object);
|
||||
|
||||
/* this doesnt load in standard classes figure out wtf */
|
||||
js_InitFileClass(cx, javascript_object);
|
||||
|
||||
JS_InitClass(cx,
|
||||
javascript_object,
|
||||
|
|
Loading…
Reference in New Issue