Skip to content

Commit 298d3d8

Browse files
author
jossonsmith
committed
Field scrollLeft and scrollTop are duplicated in document.body. Remove them.
1 parent 8cfbced commit 298d3d8

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/xhtml/Body.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/xhtml/document.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class document {
1212
public static Object onkeydown;
1313
public static Object onkeyup;
1414

15-
public static Body body;
15+
public static Element body;
1616

1717
public native static Element createElement(String tag);
1818
public native static Element[] getElementsByTagName(String tag);

0 commit comments

Comments
 (0)