mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-01-06 10:15:18 +08:00
Removes Thread.start() that does not allow to build samples
This commit is contained in:
parent
a26522f959
commit
465c7626ce
@ -40,7 +40,6 @@ public final class HelloWorld {
|
||||
document = window.getDocument();
|
||||
body = document.getDocumentElement().getElementsByTagName("body").item(0);
|
||||
createButton();
|
||||
new Thread().start();
|
||||
}
|
||||
|
||||
private static void createButton() {
|
||||
|
Loading…
Reference in New Issue
Block a user