JS backend: added jsCode definition

This commit is contained in:
Alexey Tsvetkov
2014-10-20 19:09:10 +04:00
parent c3f67c54bd
commit 41af895caa
+2
View File
@@ -22,3 +22,5 @@ library
public fun safeParseInt(s : String) : Int? = noImpl
library
public fun safeParseDouble(s : String) : Double? = noImpl
native public fun js(code: String): dynamic = noImpl