3 lines
125 B
JavaScript
3 lines
125 B
JavaScript
// Ends with a statement, and no terminal newline.
|
|
function FindProxyForURL(url, host) { return "PROXY success:" + x; }
|
|
x = 3 |