lib/qooxview/frontend/source/class/frontend/Lib/RPC.js in qooxview-1.9.10 vs lib/qooxview/frontend/source/class/frontend/Lib/RPC.js in qooxview-1.9.11

- old
+ new

@@ -54,10 +54,10 @@ dbg(3, "Called RPC with " + [ service, method, params.join(":") ].join("-")) // call a remote procedure -- takes no arguments, returns a string var rpcr = this.rpc.callAsync(function (result, ex, id) { - dbg(3, "RpcRunning = null, ex == ", ex); + dbg(3, "RpcRunning = null, ex == " + ex); if (ex == null) { //alert( "Result is " + result ); result.push({ cmd: 'end_of_req', data: ''