[Pkg-mozext-commits] [greasemonkey] 15/35: Update GM_setClipboard.js
David Prévot
taffit at moszumanska.debian.org
Wed May 20 02:43:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit d01356b08838718c8cd02f2a1906bbaede427e45
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date: Wed May 6 16:21:37 2015 +0200
Update GM_setClipboard.js
---
modules/GM_setClipboard.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/GM_setClipboard.js b/modules/GM_setClipboard.js
index 9833e36..47a83e1 100644
--- a/modules/GM_setClipboard.js
+++ b/modules/GM_setClipboard.js
@@ -51,6 +51,6 @@ function GM_setClipboard(aData, aType) {
default:
throw new Error(
gStringBundle.GetStringFromName('setClipboard.unsupportedType')
- .replace('%1', value));
+ .replace('%1', aType));
}
}
--
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