[Pkg-javascript-commits] [dojo] 74/88: Fixes #16767. Correct typos. !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 d453fe52fb780ff49ca912aa258eee92c1e8a142
Author: Douglas Hays <doughays at dojotoolkit.org>
Date: Thu Mar 21 13:54:12 2013 +0000
Fixes #16767. Correct typos. !strict
git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@30959 560b804f-0ae3-0310-86f3-f6aa0a117693
---
request/iframe.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/request/iframe.js b/request/iframe.js
index 31034d4..5415d88 100644
--- a/request/iframe.js
+++ b/request/iframe.js
@@ -244,10 +244,10 @@ define([
}
}else{
if(!methodNode || !methodNode.value){
- if(mthdNode){
- mthdNode.value = options.method;
+ if(methodNode){
+ methodNode.value = options.method;
}else{
- fn.setAttribute("method", options.method);
+ formNode.setAttribute("method", options.method);
}
}
}
--
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