jfilali

Results 1 issues of jfilali

I tried this : ``` class CustomTag(){ @BeanProperty var field : String = "" override def toString = s"Person: $field" } @JSExport object Foo { @fxml def test() = {...