mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
- added offsetTop and offsetLeft JSO methods to HTMLElement
This commit is contained in:
parent
097820cc2b
commit
bb55089742
|
@ -117,6 +117,12 @@ public interface HTMLElement extends Element, ElementCSSInlineStyle, EventTarget
|
|||
@JSProperty
|
||||
int getOffsetHeight();
|
||||
|
||||
@JSProperty
|
||||
int getOffsetTop();
|
||||
|
||||
@JSProperty
|
||||
int getOffsetLeft();
|
||||
|
||||
@JSProperty
|
||||
@Override
|
||||
HTMLDocument getOwnerDocument();
|
||||
|
|
Loading…
Reference in New Issue
Block a user