Nullability fixed for a JS DOM stub
This commit is contained in:
@@ -11,5 +11,5 @@ import org.w3c.dom.views.*
|
||||
*/
|
||||
|
||||
public trait EventListener {
|
||||
public fun handleEvent(arg1: Event?): Unit
|
||||
public fun handleEvent(arg1: Event): Unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user