Skip to content

Commit 5c20bd6

Browse files
hansonrhansonr
authored andcommitted
new SwingJS-site.zip
1 parent 947a7a0 commit 5c20bd6

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed
353 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190325055157
1+
20190326062559
353 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190325055157
1+
20190326062559
19 Bytes
Binary file not shown.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19179,16 +19179,15 @@ var newMethodNotFoundException = function (clazz, method) {
1917919179
//Clazz._Loader.loadZJar(Clazz._Loader.getJ2SLibBase() + "core/coreswingjs.z.js", "swingjs.JSUtil");
1918019180

1918119181
//if (!J2S._isAsync) {
19182-
if (!Clazz._loadcore || J2S._coreFiles.length == 0) {
19182+
if (!Clazz._loadcore || J2S._coreFiles.length == 0) {
1918319183
if (!Clazz._quiet)System.out.println("Clazz: No core files to load -- check Info.core");
19184-
}
19185-
19184+
} else {
1918619185
J2S.onClazzLoaded && J2S.onClazzLoaded(1, "Clazz loaded; loading J2S._coreFiles " + J2S._coreFiles.length);
1918719186
for (var i = 0; i < J2S._coreFiles.length; i++) {
1918819187
Clazz.loadScript(J2S._coreFiles[i]);
1918919188
}
1919019189
J2S.onClazzLoaded && J2S.onClazzLoaded(2, "Clazz loaded; core files loaded");
19191-
19190+
}
1919219191

1919319192
})(Clazz, J2S);
1919419193
}; // called by external application

0 commit comments

Comments
 (0)