Skip to content

Commit 27c98fe

Browse files
hansonrhansonr
authored andcommitted
SwingJS-site.zip update
1 parent f772c3c commit 27c98fe

File tree

6 files changed

+3
-2
lines changed

6 files changed

+3
-2
lines changed
763 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190701101821
1+
20190701220956
763 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190701101821
1+
20190701220956
763 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10792,6 +10792,7 @@ if (!J2S._version)
1079210792
var ref = document.location.href.toLowerCase();
1079310793
j._debugCode = (ref.indexOf("j2sdebugcode") >= 0);
1079410794
j._debugCore = (ref.indexOf("j2sdebugcore") >= 0);
10795+
j._debugPaint = (ref.indexOf("j2sdebugpaint") >= 0);
1079510796
j._debugName = J2S.getURIField("j2sdebugname", null);
1079610797
j._lang = J2S.getURIField("j2slang", null);
1079710798
j._httpProto = (ref.indexOf("https") == 0 ? "https://" : "http://");

0 commit comments

Comments
 (0)