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