mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -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();
|
||||
|
||||
@JSProperty
|
||||
int getInnerHTML();
|
||||
String getInnerHTML();
|
||||
|
||||
@JSProperty
|
||||
void setInnerHTML(String content);
|
||||
|
|
Loading…
Reference in New Issue
Block a user