mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
JSO apis: remove wrong methods. See #695
This commit is contained in:
parent
25890adcf8
commit
7cd121ec97
|
@ -40,9 +40,5 @@ public interface CSSStyleDeclaration extends JSObject {
|
||||||
|
|
||||||
void setProperty(String property, String value, String priority);
|
void setProperty(String property, String value, String priority);
|
||||||
|
|
||||||
void setPropertyValue(String property, String value);
|
|
||||||
|
|
||||||
void setPropertyPriority(String property, String priority);
|
|
||||||
|
|
||||||
String removeProperty(String property);
|
String removeProperty(String property);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user