anyproxy/test/data/test.js

5 lines
102 B
JavaScript
Raw Normal View History

2017-12-01 21:30:49 +08:00
function test() {
console.info('This is nothing but a js file, to test the js download');
}
test();