зеркало из https://github.com/mozilla/pjs.git
Manually eliminate a warning for now until vidur fixes the tool
This commit is contained in:
Родитель
46fc6c880c
Коммит
f1b08aa8e9
|
@ -2565,6 +2565,7 @@ static JSFunctionSpec WindowMethods[] =
|
|||
};
|
||||
|
||||
|
||||
#if 0
|
||||
//
|
||||
// Window constructor
|
||||
//
|
||||
|
@ -2573,6 +2574,7 @@ Window(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
|||
{
|
||||
return JS_FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче