Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <script type="text/javascript"> | |
| 4 | |
| 5 window.foo = 'fooValue'; | |
| 6 window.fooBar = { | |
| 7 foo : 'foo', | |
| 8 bar : 'bar' | |
| 9 }; | |
| 10 | |
| 11 function bar() { | |
| 12 function nestedBar() { | |
| 13 } | |
| 14 } | |
| 15 | |
| 16 </script> | |
| 17 </head> | |
| 18 <body> | |
| 19 </body> | |
| 20 </html> | |
| OLD | NEW |