function prototypes are now enumerable, bug 299642. Hat tip to mrkbap

This commit is contained in:
bob%bclary.com 2005-07-28 06:30:14 +00:00
Родитель f442b13d1c
Коммит 99c11eecf8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -55,6 +55,6 @@ for (p in f)
{
actual += p + ',';
}
expect = '';
expect = 'prototype,';
reportCompare(expect, actual, summary);