зеркало из https://github.com/mozilla/pjs.git
Fix bug 392593 Wrong type for arguments object
This commit is contained in:
Родитель
d67b5e2e98
Коммит
b98d10b31c
|
@ -77,7 +77,7 @@ final class Arguments extends IdScriptableObject
|
|||
|
||||
public String getClassName()
|
||||
{
|
||||
return "Arguments";
|
||||
return "Object";
|
||||
}
|
||||
|
||||
public boolean has(int index, Scriptable start)
|
||||
|
|
Загрузка…
Ссылка в новой задаче