File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
net.sf.j2s.java.core/src/java Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,16 @@ window["java.registered"] = false;
9191 "$.Method"
9292 ] ) ;
9393
94+ var isDebugging = ( window [ "ajax.debugging" ] == true ) ;
95+ if ( ! isDebugging ) {
9496 /* ajax library */
9597 ClazzLoader . jarClasspath ( ClazzLoader . getClasspathFor ( "net.sf.j2s.ajax.*" ) + "simple.z.js" , [
9698 "net.sf.j2s.ajax.IXHRCallback" ,
9799 "$.XHRCallbackAdapter" ,
98100 "$.XHRCallbackSWTAdapter" ,
99101
100102 "$.SimpleSerializable" ,
103+ "$.SimpleFilter" ,
101104 "$.SimpleRPCRunnable" ,
102105 "$.SimpleRPCRequest" ,
103106 "$.SimpleRPCSWTRequest" ,
@@ -114,6 +117,7 @@ window["java.registered"] = false;
114117 "$.CompoundPipeRequest" ,
115118 "$.CompoundPipeSWTRequest"
116119 ] ) ;
120+ }
117121
118122 ClazzLoader . jarClasspath ( base + "lang/StringBuilder.z.js" ,
119123 [ "java.lang.AbstractStringBuilder" , "$.StringBuilder" ] ) ;
Original file line number Diff line number Diff line change 289289 <arg value =" net/sf/j2s/ajax/XHRCallbackSWTAdapter.js" />
290290
291291 <arg value =" net/sf/j2s/ajax/SimpleSerializable.js" />
292+ <arg value =" net/sf/j2s/ajax/SimpleFilter.js" />
292293 <arg value =" net/sf/j2s/ajax/SimpleRPCRunnable.js" />
293294 <arg value =" net/sf/j2s/ajax/SimpleRPCRequest.js" />
294295 <arg value =" net/sf/j2s/ajax/SimpleRPCSWTRequest.js" />
You can’t perform that action at this time.
0 commit comments