mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Return EventTarget to Window interface
This commit is contained in:
parent
a8d6ce1647
commit
5f3efd3f84
|
@ -16,6 +16,7 @@
|
|||
package org.teavm.dom.browser;
|
||||
|
||||
import org.teavm.dom.ajax.XMLHttpRequest;
|
||||
import org.teavm.dom.events.EventTarget;
|
||||
import org.teavm.dom.html.HTMLDocument;
|
||||
import org.teavm.dom.json.JSON;
|
||||
import org.teavm.dom.typedarrays.*;
|
||||
|
@ -28,7 +29,7 @@ import org.teavm.jso.JSProperty;
|
|||
*
|
||||
* @author Alexey Andreev
|
||||
*/
|
||||
public interface Window extends JSGlobal, StorageProvider {
|
||||
public interface Window extends JSGlobal, EventTarget, StorageProvider {
|
||||
@JSProperty
|
||||
HTMLDocument getDocument();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user