383_teavm_issue

This commit is contained in:
Anton Kot 2019-07-05 15:43:00 +02:00 committed by Alexey Andreev
parent 973cdf045b
commit c031e11107

View File

@ -114,6 +114,9 @@ public interface HTMLElement extends Element, ElementCSSInlineStyle, EventTarget
@JSProperty
int getScrollHeight();
@JSProperty
int getOffsetWidth();
@JSProperty
int getOffsetHeight();