зеркало из https://github.com/mozilla/pjs.git
Restore method used by Batik.
This commit is contained in:
Родитель
d112c05b1b
Коммит
13da7c74ae
|
@ -143,6 +143,13 @@ public class ImporterTopLevel extends ScriptableObject {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
public void importPackage(Context cx, Scriptable thisObj, Object[] args,
|
||||
Function funObj)
|
||||
{
|
||||
importPackage(cx, thisObj, args);
|
||||
}
|
||||
|
||||
void importPackage(Context cx, Scriptable thisObj, Object[] args)
|
||||
{
|
||||
for (int i = 0; i != args.length; i++) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче