OLD | NEW |
---|---|
(Empty) | |
1 alert('Prepare to DIE!'); | |
eroman
2015/05/05 00:04:55
Note: You may hit some presubmit warning about lac
Sam McNally
2015/05/05 01:31:36
Done. The presubmit's already unhappy about the ex
| |
2 var x = null; | |
3 return x.split('-'); // Throws exception. | |
4 | |
5 function FindProxyForURL(url, host) { | |
6 return "PROXY i-approve-this-message:42"; | |
7 } | |
OLD | NEW |