JS introduce marker annotation

This commit is contained in:
Sergey Mashkov
2015-04-30 15:34:27 +03:00
committed by Sergey Mashkov
parent e2d663b288
commit e84aa78ac6
3 changed files with 10 additions and 4 deletions
+3
View File
@@ -29,3 +29,6 @@ native
public annotation class library(public val name: String = "")
native
public annotation class enumerable()
native
public annotation class marker
+2 -2
View File
@@ -5505,7 +5505,7 @@ native trait PseudoElement {
}
native trait CSS {
}
native trait UnionHTMLOptGroupElementOrHTMLOptionElement {
native marker trait UnionHTMLOptGroupElementOrHTMLOptionElement {
}
native trait UnionElementOrMouseEvent {
native marker trait UnionElementOrMouseEvent {
}