the solution was simple: ` fun jQueryObj(name:dyn...
# javascript
l
the solution was simple:
fun jQueryObj(name:dynamic) = js("$(name)")
k
liz3: That's a bad solution. You don't get compiler's type checks with dynamic type
l
Updated the return type