X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_data_HttpProxy.js.html;h=7cf5d1a3cdfc8fdfab7aae39ed202d3ed967c38f;hp=55557c9179e3eff96fd1476d4febaef59e4de09f;hb=7b770e19f0127e27b8f5f548a159460c74711c5c;hpb=8b467d1db070bca721c8b44da557146cb3dbcc82 diff --git a/docs/src/Roo_data_HttpProxy.js.html b/docs/src/Roo_data_HttpProxy.js.html index 55557c9179..7cf5d1a3cd 100644 --- a/docs/src/Roo_data_HttpProxy.js.html +++ b/docs/src/Roo_data_HttpProxy.js.html @@ -130,7 +130,13 @@ result = o.reader.read(response); }catch(e){ this.fireEvent("loadexception", this, o, response, e); - o.request.callback.call(o.request.scope, null, o.request.arg, false); + o.request.callback.call(o.request.scope, { + success : false, + raw : { + errorMsg : response + } + + }, o.request.arg, false); return; }