This commit is contained in:
nboyd%atg.com 2003-04-21 13:38:49 +00:00
Родитель d112c05b1b
Коммит 13da7c74ae
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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++) {