[Pkg-javascript-commits] [dojo] 72/88: fix regression from [28465] where errors don't get reported, fixes #16813 and refs #15118, #14591 on 1.8/ branch, thanks Jared, !strict.

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


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

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

commit 7d84626fddace917eaf1d0767ca9bad2af3bda6f
Author: Bill Keese <bill at dojotoolkit.org>
Date:   Fri Mar 8 01:22:04 2013 +0000

    fix regression from [28465] where errors don't get reported, fixes #16813 and refs #15118, #14591 on 1.8/ branch, thanks Jared, !strict.
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30787 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 html.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/html.js b/html.js
index ea86cbb..4216429 100644
--- a/html.js
+++ b/html.js
@@ -310,6 +310,8 @@ define(["./_base/kernel", "./_base/lang", "./_base/array", "./_base/declare", ".
 						scope: this.parserScope
 					}).then(function(results){
 						return self.parseResults = results;
+					}, function(e){
+						self._onError('Content', e, "Error parsing in _ContentSetter#"+this.id);
 					});
 				}catch(e){
 					this._onError('Content', e, "Error parsing in _ContentSetter#"+this.id);

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