[Pkg-mozext-commits] [greasemonkey] 29/45: Fix keyword reference.
David Prévot
taffit at moszumanska.debian.org
Mon Nov 3 20:59:21 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 4f54c9772a1ee061d859026c184ca8dc99c0e76a
Author: Ventero <ventero at ventero.de>
Date: Thu Oct 2 20:13:22 2014 +0200
Fix keyword reference.
---
modules/parseScript.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/parseScript.js b/modules/parseScript.js
index ebcd693..24f977f 100644
--- a/modules/parseScript.js
+++ b/modules/parseScript.js
@@ -69,7 +69,7 @@ function parse(aSource, aUri, aFailWhenMissing, aNoMetaOk) {
if (!script._locales[locale]) {
script._locales[locale] = {};
}
- script._locales[locale][keyword] = data.value;
+ script._locales[locale][data.keyword] = data.value;
}
script['_' + data.keyword] = data.value;
--
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