зеркало из https://github.com/mozilla/pjs.git
JavaScript Test - remove Object.prototype.__iterator__ after test, bug 340199
This commit is contained in:
Родитель
6a7d6a8823
Коммит
a6de65d424
|
@ -74,6 +74,9 @@ else
|
|||
catch(ex)
|
||||
{
|
||||
}
|
||||
|
||||
// prevent this from messing up enumerators when shutting down test.
|
||||
delete Object.prototype.__iterator__;
|
||||
}
|
||||
|
||||
reportCompare(expect, actual, summary);
|
||||
|
|
Загрузка…
Ссылка в новой задаче