Backed out changeset f76fd418024c. This was never meant to be checked in.

This commit is contained in:
Blake Kaplan 2010-10-29 10:48:09 -07:00
parent 5df760df9e
commit ea9d8bbc17

View File

@ -1041,9 +1041,7 @@ proxy_Construct(JSContext *cx, uintN argc, Value *vp)
static JSType
proxy_TypeOf_fun(JSContext *cx, JSObject *obj)
{
return obj->unwrap()->isRegExp()
? JSTYPE_OBJECT
: JSTYPE_FUNCTION;
return JSTYPE_FUNCTION;
}
JS_FRIEND_API(Class) FunctionProxyClass = {