[Pkg-mozext-commits] [nostalgy] 202/252: Fix bug.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 6836c036b7e0e8471d6f907a3bff063b0d664830
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Wed Aug 4 16:32:43 2010 +0000
Fix bug.
---
content/edit_prefs.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/edit_prefs.js b/content/edit_prefs.js
index 9c12e01..ed1ed83 100644
--- a/content/edit_prefs.js
+++ b/content/edit_prefs.js
@@ -20,7 +20,7 @@ var nostalgy_js_quote = {
function NostalgyQuote(x) {
if (/["\x00-\x20\\"]/.test(x)) {
- x = this.replace(/(["\x00-\x20\\>"])/g, function(a, b) {
+ x = x.replace(/(["\x00-\x20\\>"])/g, function(a, b) {
var c = nostalgy_js_quote[b];
if (c) { return c; }
c = b.charCodeAt();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list