mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-08 07:54:11 -08:00
Fix type of HTMLElement.getInnerHTML. Fix https://github.com/konsoletyper/teavm/issues/189
This commit is contained in:
parent
02f414b61a
commit
9942f8b048
|
@ -110,7 +110,7 @@ public interface HTMLElement extends Element, ElementCSSInlineStyle, EventTarget
|
||||||
HTMLDocument getOwnerDocument();
|
HTMLDocument getOwnerDocument();
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
int getInnerHTML();
|
String getInnerHTML();
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
void setInnerHTML(String content);
|
void setInnerHTML(String content);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user