Skip to content

Commit 3610740

Browse files
committed
into yadav1 Conflicts: sources/net.sf.j2s.java.core/srcjs/js/j2sSwingJS.js sources/net.sf.j2s.java.core/srcjs/swingjs2.js
2 parents bcba0b3 + 2a9502e commit 3610740

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ 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__);
377376
clazz.$load$ = [clazzSuper, interfacez];
378377

379378
// 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10654,7 +10654,6 @@ 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
1065810657
// BH 11/19/2017 3:55:04 AM adding support for swingjs2.js; adds static j2sHeadless=true;
1065910658
// BH 10/4/2017 2:25:03 PM adds Clazz.loadClass("javajs.util.Base64")
1066010659
// BH 7/18/2017 10:46:44 AM adds J2S._canClickFileReader, fixing J2S.getFileFromDialog for Chrome and Safari

0 commit comments

Comments
 (0)