Skip to content

Commit 908d8b7

Browse files
committed
resending update
1 parent dc51ef2 commit 908d8b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ Clazz.newClass = function (prefix, name, clazz, clazzSuper, interfacez, type) {
373373
}
374374
clazz || (clazz = function () {Clazz.newInstance(this,arguments,0,clazz)});
375375
clazz.__NAME__ = name;
376+
prefix.__CLASS_NAME__ && (clazz.$this$0 = prefix.__CLASS_NAME__);
376377
clazz.$load$ = [clazzSuper, interfacez];
377378

378379
// get qualifed name, and for inner classes, the name to use to refer to this

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10654,6 +10654,7 @@ return jQuery;
1065410654
})(jQuery,document,"click mousemove mouseup touchmove touchend", "outjsmol");
1065510655
// j2sApplet.js (based on JmolCore.js)
1065610656

10657+
// BH 12/22/2017 1:18:42 PM adds j2sargs for setting arguments
1065710658
// BH 11/19/2017 3:55:04 AM adding support for swingjs2.js; adds static j2sHeadless=true;
1065810659
// BH 10/4/2017 2:25:03 PM adds Clazz.loadClass("javajs.util.Base64")
1065910660
// BH 7/18/2017 10:46:44 AM adds J2S._canClickFileReader, fixing J2S.getFileFromDialog for Chrome and Safari

0 commit comments

Comments
 (0)