Skip to content

Commit 84e17e1

Browse files
committed
Convert scroll top to Object
1 parent 05840e8 commit 84e17e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gwt-material/src/main/java/gwt/material/design/client/js/ScrollOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
public class ScrollOption {
3434

3535
@JsProperty
36-
public double scrollTop;
36+
public Object scrollTop;
3737
}

0 commit comments

Comments
 (0)