зеркало из https://github.com/mozilla/pjs.git
Switch to __javaObject__ in the hope that it generalizes to more cases in
the future.
This commit is contained in:
Родитель
77955239b8
Коммит
3877bcb697
|
@ -65,9 +65,9 @@ import java.util.Hashtable;
|
|||
public class NativeJavaClass extends NativeJavaObject implements Function
|
||||
{
|
||||
static final long serialVersionUID = -6460763940409461664L;
|
||||
|
||||
|
||||
// Special property for getting the underlying Java class object.
|
||||
static final String javaClassPropertyName = "__javaClass__";
|
||||
static final String javaClassPropertyName = "__javaObject__";
|
||||
|
||||
public NativeJavaClass() {
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче