зеркало из https://github.com/mozilla/gecko-dev.git
For backwards compatibility keep an old method name used by
Batik and possibly others.
This commit is contained in:
Родитель
8cbb7741ca
Коммит
1be6c5fc8f
|
@ -758,6 +758,14 @@ public class NativeFunction extends BaseFunction {
|
|||
return functionName;
|
||||
}
|
||||
|
||||
/**
|
||||
* For backwards compatibility keep an old method name used by
|
||||
* Batik and possibly others.
|
||||
*/
|
||||
public String jsGet_name() {
|
||||
return getFunctionName();
|
||||
}
|
||||
|
||||
/**
|
||||
* The "argsNames" array has the following information:
|
||||
* argNames[0] through argNames[argCount - 1]: the names of the parameters
|
||||
|
|
Загрузка…
Ссылка в новой задаче