[Pkg-javascript-commits] [dojo] 41/87: Uncomment try/catch block, fixes #15244 !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:19 UTC 2014


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

taffit pushed a commit to annotated tag 1.7.5
in repository dojo.

commit aaad8161bc243c8d8fa24b0f8cf31d1d1f2a667a
Author: Kris Zyp <kriszyp at gmail.com>
Date:   Tue Apr 24 17:04:15 2012 +0000

    Uncomment try/catch block, fixes #15244 !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.7/dojo@28415 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 _base/xhr.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/_base/xhr.js b/_base/xhr.js
index 8a8a8ad..7ddc5c3 100644
--- a/_base/xhr.js
+++ b/_base/xhr.js
@@ -521,11 +521,11 @@ define([
 				if(dojo.config.debugAtAllCosts){
 					func.call(this);
 				}else{
-//					try{
+					try{
 						func.call(this);
-	/*				}catch(e){
+					}catch(e){
 						dfd.errback(e);
-					}*/
+					}
 				}
 			}
 		}

-- 
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