Native api update.

This commit is contained in:
pTalanov
2012-03-11 22:37:53 +04:00
parent c21cdaf413
commit 3ef7805cd6
5 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -2,6 +2,7 @@ package js;
import js.native
//TODO: declare using number
native
class MathClass() {
val PI : Double = 1.0;
@@ -25,7 +26,6 @@ class MathClass() {
fun round(value : Number) = 0
fun floor(value : Number) = 0
fun ceil(value : Number) = 0
}
native