anyproxy/test/data/test.js
2017-12-01 21:30:49 +08:00

5 lines
102 B
JavaScript

function test() {
console.info('This is nothing but a js file, to test the js download');
}
test();