Fix typo, thanks to Erik Fabert for pointing it out

This commit is contained in:
bob%bclary.com 2005-04-15 17:56:18 +00:00
parent 6ff35c1ec5
commit cb317ff9d9

View File

@ -62,7 +62,7 @@ printStatus(inSection(2));
function getclosure()
{
return function () {
return arguments.callee.__parent__ == global;
return arguments.callee.__parent__ == GLOBAL;
};
}