[Pkg-mozext-commits] [greasemonkey] 15/25: Fix typo variable reference.
David Prévot
taffit at moszumanska.debian.org
Wed Sep 17 21:14:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit 1962ea269870b49c01460d0eec0d8b7f8f1ce673
Author: Anthony Lieuallen <arantius at gmail.com>
Date: Mon Aug 25 14:19:09 2014 -0400
Fix typo variable reference.
---
modules/script.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/script.js b/modules/script.js
index 89c9106..3225981 100644
--- a/modules/script.js
+++ b/modules/script.js
@@ -413,7 +413,7 @@ Script.prototype.toConfigNode = function(doc) {
function addLocaleNode(aName, aLang, aContent) {
var node = addNode(aName, aContent);
- node.setAttribute("lang", lang);
+ node.setAttribute("lang", aLang);
}
addArrayNodes('Exclude', this._excludes);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
More information about the Pkg-mozext-commits
mailing list