js enumerable for ecma5

This commit is contained in:
develar
2012-06-21 14:08:28 +04:00
parent 3e491ba7f1
commit 39fe690ec8
10 changed files with 123 additions and 18 deletions
+3 -1
View File
@@ -3,4 +3,6 @@ package js;
native
annotation class native(name : String = "") {}
native
annotation class library(name : String = "") {}
annotation class library(name : String = "") {}
native
annotation class enumerable() {}