[Pkg-javascript-commits] [dojo] 07/149: Squashed commit of the following:

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:41 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 a69c33ce3a88417995e6b5086f2648d6492e3616
Author: Some Contributor <some at example.com>
Date:   Mon Jul 28 10:44:08 2014 -0400

    Squashed commit of the following:
    
    commit 1f58495619b3d8eae3df0a6f7e01d205cea14fc7
    Author: Jared Jurkiewicz <jared.jurkiewicz at gmail.com>
    Date:   Thu Jun 26 11:03:00 2014 -0400
    
        Fix issue with parentNode as null, fixes #18130
---
 request/iframe.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/request/iframe.js b/request/iframe.js
index a7576ac..2bf71d3 100644
--- a/request/iframe.js
+++ b/request/iframe.js
@@ -179,7 +179,7 @@ define([
 					var parentNode = formNode;
 					do{
 						parentNode = parentNode.parentNode;
-					}while(parentNode !== win.doc.documentElement);
+					}while(parentNode && parentNode !== win.doc.documentElement);
 
 					// Append the form node or some browsers won't work
 					if(!parentNode){

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