зеркало из https://github.com/mozilla/pjs.git
function prototypes are now enumerable, bug 299642. Hat tip to mrkbap
This commit is contained in:
Родитель
f442b13d1c
Коммит
99c11eecf8
|
@ -55,6 +55,6 @@ for (p in f)
|
|||
{
|
||||
actual += p + ',';
|
||||
}
|
||||
expect = '';
|
||||
expect = 'prototype,';
|
||||
|
||||
reportCompare(expect, actual, summary);
|
||||
|
|
Загрузка…
Ссылка в новой задаче