This commit is contained in:
pschwartau%netscape.com 2001-02-21 00:39:46 +00:00
Родитель 239f61c9f7
Коммит 5331662996
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -65,8 +65,9 @@ function test()
function testProperty(i)
{
// try to assign a property using the given index -
status = getStatus(i);
// try to assign a property using the given index -
obj[i] = value = (propprefix + i);
// try to read the property back via the index (as number) -