mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
JS: rename misspelled property name (#466)
It should be setTextContent not getTextContent
This commit is contained in:
parent
45d36eac83
commit
5397d2ec6b
|
@ -101,7 +101,7 @@ public interface Node extends JSObject {
|
||||||
String getTextContent();
|
String getTextContent();
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
void getTextContent(String textContent);
|
void setTextContent(String textContent);
|
||||||
|
|
||||||
@JSProperty
|
@JSProperty
|
||||||
Document getOwnerDocument();
|
Document getOwnerDocument();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user