File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
sources/net.sf.j2s.java.core/srcjs/js Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5538,16 +5538,15 @@ var newMethodNotFoundException = function (clazz, method) {
55385538//Clazz._Loader.loadZJar(Clazz._Loader.getJ2SLibBase() + "core/coreswingjs.z.js", "swingjs.JSUtil");
55395539
55405540 //if (!J2S._isAsync) {
5541- if ( ! Clazz . _loadcore || J2S . _coreFiles . length == 0 ) {
5541+ if ( ! Clazz . _loadcore || J2S . _coreFiles . length == 0 ) {
55425542 if ( ! Clazz . _quiet ) System . out . println ( "Clazz: No core files to load -- check Info.core" ) ;
5543- }
5544-
5543+ } else {
55455544 J2S . onClazzLoaded && J2S . onClazzLoaded ( 1 , "Clazz loaded; loading J2S._coreFiles " + J2S . _coreFiles . length ) ;
55465545 for ( var i = 0 ; i < J2S . _coreFiles . length ; i ++ ) {
55475546 Clazz . loadScript ( J2S . _coreFiles [ i ] ) ;
55485547 }
55495548 J2S . onClazzLoaded && J2S . onClazzLoaded ( 2 , "Clazz loaded; core files loaded" ) ;
5550-
5549+ }
55515550
55525551} ) ( Clazz , J2S ) ;
55535552} ; // called by external application
You can’t perform that action at this time.
0 commit comments