Skip to content

Commit 0a76a3b

Browse files
hansonrhansonr
authored andcommitted
SwingJS-site.zip update
1 parent 8b4131d commit 0a76a3b

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed
60 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190219212201
1+
20190221055804
60 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190219212201
1+
20190221055804
60 Bytes
Binary file not shown.

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12455,11 +12455,10 @@ if (!target) {
1245512455
return;
1245612456
// swingjs.api.J2SInterface
1245712457
who.applet = null;
12458-
J2S
12459-
.$bind(
12460-
who,
12461-
'click mousedown touchstart mousemove touchmove mouseup touchend DOMMouseScroll mousewheel contextmenu mouseleave mouseenter mousemoveoutjsmol',
12462-
null);
12458+
who._frameViewer = null;
12459+
J2S.$bind(who,
12460+
'mouseupoutjsmol click mousedown touchstart mousemove touchmove mouseup touchend DOMMouseScroll mousewheel contextmenu mouseleave mouseenter mousemoveoutjsmol',
12461+
null);
1246312462
J2S.setMouseOwner(null);
1246412463
}
1246512464

0 commit comments

Comments
 (0)