mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Fix typo, thanks to Erik Fabert for pointing it out
This commit is contained in:
parent
6ff35c1ec5
commit
cb317ff9d9
@ -62,7 +62,7 @@ printStatus(inSection(2));
|
||||
function getclosure()
|
||||
{
|
||||
return function () {
|
||||
return arguments.callee.__parent__ == global;
|
||||
return arguments.callee.__parent__ == GLOBAL;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user