This commit is contained in:
pschwartau%netscape.com 2002-04-10 22:50:42 +00:00
Родитель a8c2712fd0
Коммит fd9b58841f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -37,7 +37,7 @@
* Date: 10 Apr 2002
* SUMMARY: JS should NOT error on |for(i in undefined)|, |for(i in null)|
*
* ECMA-262 3rd Edition Final spec says ECMAScript SHOULD error on these.
* ECMA-262 3rd Edition Final spec says such statements SHOULD error. See:
* Section 12.6.4 The for-in Statement
* Section 9.9 ToObject
*