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;
91
91
"$.Method"
92
92
] ) ;
93
93
94
+ var isDebugging = ( window [ "ajax.debugging" ] == true ) ;
95
+ if ( ! isDebugging ) {
94
96
/* ajax library */
95
97
ClazzLoader . jarClasspath ( ClazzLoader . getClasspathFor ( "net.sf.j2s.ajax.*" ) + "simple.z.js" , [
96
98
"net.sf.j2s.ajax.IXHRCallback" ,
97
99
"$.XHRCallbackAdapter" ,
98
100
"$.XHRCallbackSWTAdapter" ,
99
101
100
102
"$.SimpleSerializable" ,
103
+ "$.SimpleFilter" ,
101
104
"$.SimpleRPCRunnable" ,
102
105
"$.SimpleRPCRequest" ,
103
106
"$.SimpleRPCSWTRequest" ,
@@ -114,6 +117,7 @@ window["java.registered"] = false;
114
117
"$.CompoundPipeRequest" ,
115
118
"$.CompoundPipeSWTRequest"
116
119
] ) ;
120
+ }
117
121
118
122
ClazzLoader . jarClasspath ( base + "lang/StringBuilder.z.js" ,
119
123
[ "java.lang.AbstractStringBuilder" , "$.StringBuilder" ] ) ;
Original file line number Diff line number Diff line change 289
289
<arg value =" net/sf/j2s/ajax/XHRCallbackSWTAdapter.js" />
290
290
291
291
<arg value =" net/sf/j2s/ajax/SimpleSerializable.js" />
292
+ <arg value =" net/sf/j2s/ajax/SimpleFilter.js" />
292
293
<arg value =" net/sf/j2s/ajax/SimpleRPCRunnable.js" />
293
294
<arg value =" net/sf/j2s/ajax/SimpleRPCRequest.js" />
294
295
<arg value =" net/sf/j2s/ajax/SimpleRPCSWTRequest.js" />
You can’t perform that action at this time.
0 commit comments