Add setTimeout() with 2 parameters.

This commit is contained in:
Pavel V. Talanov
2012-03-22 18:51:24 +04:00
parent 69758669cf
commit abcf038157
+2 -1
View File
@@ -25,7 +25,8 @@ class NumberFormatException() : Exception() {}
native
fun setTimeout(callback : ()-> Unit) {}
native
fun setTimeout(callback : ()-> Unit, ms : Int) {}
native
fun setInterval(callback : ()-> Unit, ms : Int) {}
native