Fix
This commit is contained in:
parent
e884ff9516
commit
faef14cf05
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user