blob: bb7e2815ea886234466f35668cadb7c9722ed0df [file] [log] [blame]
<script>
var eff = parent.foo;
// The 'this' object implicitly provided to 'foo' should be the parent window's global object.
eff(this);
</script>