org.webswing.demo.jslink.resources.hello.js Maven / Gradle / Ivy
(function() {
setTimeout(function() {
alert('hello world!')
}, 0);
return "done!";
})()
(function() {
setTimeout(function() {
alert('hello world!')
}, 0);
return "done!";
})()