[Pkg-mozext-commits] [perspectives-extension] 14/30: Perspectives - Update 'for each' loop to for loop.

David Prévot taffit at alioth.debian.org
Thu Sep 26 22:31:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit c4cda8ee52583524b6c03bf835c6c1dc843b07c1
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sat Sep 14 23:40:13 2013 -0600

    Perspectives - Update 'for each' loop to for loop.
---
 plugin/chrome/content/notaries.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/chrome/content/notaries.js b/plugin/chrome/content/notaries.js
index 7f77245..730e9bd 100644
--- a/plugin/chrome/content/notaries.js
+++ b/plugin/chrome/content/notaries.js
@@ -95,7 +95,7 @@ var Perspectives = {
 	},
 
 	is_nonrouted_ip: function(ip_str) { 
-		for each (regex in Perspectives.nonrouted_ips) { 
+		for (regex in Perspectives.nonrouted_ips) {
 			if(ip_str.match(RegExp(regex))) { 
 				return true; 
 			}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list