[Pkg-javascript-commits] [dojo] 16/88: dojo.byId -> dom.byId in io/iframe.js; fixes #15940 on 1.8 branch !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:32 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 ab8c4169688e2d33475a56f2769a17ceb6dab8ac
Author: Kenneth G. Franqueiro <kenneth.franqueiro at gmail.com>
Date:   Fri Sep 7 00:48:10 2012 +0000

    dojo.byId -> dom.byId in io/iframe.js; fixes #15940 on 1.8 branch !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@29629 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 io/iframe.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io/iframe.js b/io/iframe.js
index 9182181..772def4 100644
--- a/io/iframe.js
+++ b/io/iframe.js
@@ -140,7 +140,7 @@ var iframe = lang.delegate(_iframe, {
 		var ioArgs = dfd.ioArgs;
 
 		var method = "GET",
-			form = dojo.byId(args.form);
+			form = dom.byId(args.form);
 		if(args.method && args.method.toUpperCase() === "POST" && form){
 			method = "POST";
 		}

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