This commit is contained in:
pschwartau%netscape.com 2003-01-08 23:03:17 +00:00
Родитель ba4c5642e4
Коммит 3dd197a08f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -41,8 +41,8 @@
* In fact, any variable defined in a with-block should be created
* in global scope, i.e. should be a property of the global object.
*
* The with-block syntax allows existing local variables to be set,
* but does not allow new local variables to be created.
* The with-block syntax allows existing local variables to be SET,
* but does not allow new local variables to be CREATED.
*
* See http://bugzilla.mozilla.org/show_bug.cgi?id=159849#c11
*/