[tor-commits] [flashproxy/master] Remove a trailing comma from a list.
dcf at torproject.org
dcf at torproject.org
Thu Oct 2 17:59:16 UTC 2014
commit 9e0977834fd951cdcceeca6acbcba967fb9a3ca7
Author: David Fifield <david at bamsoftware.com>
Date: Thu Oct 2 10:57:15 2014 -0700
Remove a trailing comma from a list.
---
proxy/flashproxy.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index f7d1e35..15c6cf3 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -1081,7 +1081,7 @@ function flashproxy_should_disable() {
var UA_LIST = [
/\bmobile\b/i,
/\bandroid\b/i,
- /\bopera mobi\b/i,
+ /\bopera mobi\b/i
];
for (var i = 0; i < UA_LIST.length; i++) {
More information about the tor-commits
mailing list