зеркало из https://github.com/mozilla/gecko-dev.git
A more accurate inRhino() function. The previous one failed to distinguish Rhino from LiveConnect.
This commit is contained in:
Родитель
df83b4d5da
Коммит
ab79e573d9
|
@ -56,15 +56,7 @@ function inSection(x)
|
|||
*/
|
||||
function inRhino()
|
||||
{
|
||||
try
|
||||
{
|
||||
java;
|
||||
return true;
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return (typeof defineClass == "function");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -56,15 +56,7 @@ function inSection(x)
|
|||
*/
|
||||
function inRhino()
|
||||
{
|
||||
try
|
||||
{
|
||||
java;
|
||||
return true;
|
||||
}
|
||||
catch(e)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return (typeof defineClass == "function");
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче