This commit is contained in:
Andreas Stadelmeier 2022-03-17 02:54:32 +01:00
parent e884ff9516
commit faef14cf05

View File

@ -22,7 +22,7 @@ class HLJSResult extends js.Object{
object Main {
def main(args: Array[String]): Unit = {
val source = document.querySelector("#fj-input")
//update(source.textContent)
update(source.textContent)
source.addEventListener("input", typecheck)
}
@JSExportTopLevel("typecheck")