Adding a comment.

This commit is contained in:
pschwartau%netscape.com 2003-01-08 23:01:43 +00:00
parent c3f7fa879c
commit b78063ef86

View File

@ -112,7 +112,11 @@ expect = 'function';
addThis();
// Compare use of function expression instead of function statement
/*
* Compare use of function expression instead of function statement.
* Note it is important that |x.g| already exists. Otherwise, this
* would newly define |g| in global scope -
*/
with (x)
{
var g = function() {}