drop interval/timeout funs. Modify traffic light example

This commit is contained in:
pTalanov
2012-05-31 20:10:19 +04:00
parent 44c0baa9e1
commit 5fa3e96e4b
6 changed files with 431 additions and 412 deletions
+1 -10
View File
@@ -27,13 +27,4 @@ open class Exception() : Throwable() {}
library
open class RuntimeException() : Exception() {}
library
class NumberFormatException() : Exception() {}
native
fun setTimeout(callback : ()-> Unit) {}
native
fun setTimeout(callback : ()-> Unit, ms : Int) {}
native
fun setInterval(callback : ()-> Unit, ms : Int) {}
native
fun setInterval(callback : ()-> Unit) {}
class NumberFormatException() : Exception() {}