Sha256: 01e7beeb67a16c7c95ac9c18e08ec735654bdea81deb2c849fe5cee2eff1f6bd
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 Bytes
Contents
<html> <head> <title>none</title> <script type="text/javascript"> this.__defineGetter__("foo",function(){return"fooy";}); a = this.foo; b = foo; console.debug(this); console.debug(window); console.debug(this.foo); console.debug(foo); console.debug(this === this); console.debug(this === window); </script> </head> <body> </body> </html>
Version data entries
5 entries across 5 versions & 3 rubygems