[Pkg-javascript-commits] [dojo] 76/149: refs #17148, fix how dojo/rpc/RpcService handles errors

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository dojo.

commit d0d4a5dc5c60a26f9d807aa3c31ee227583a531b
Author: dylans <dylan at dojotoolkit.org>
Date:   Fri Sep 11 13:00:08 2015 -0700

    refs #17148, fix how dojo/rpc/RpcService handles errors
---
 rpc/RpcService.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rpc/RpcService.js b/rpc/RpcService.js
index 00e5959..6feb94d 100644
--- a/rpc/RpcService.js
+++ b/rpc/RpcService.js
@@ -89,7 +89,7 @@ return declare("dojo.rpc.RpcService", null, {
 		// deferredRequestHandler: Deferred
 		//		The deferred object handling a request.
 		return function(data){
-			deferredRequestHandler.errback(data.message);
+			deferredRequestHandler.errback(data);
 		};
 	},
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list