[tor-commits] [meek/master] Fix JSON syntax in comment.

dcf at torproject.org dcf at torproject.org
Sat Feb 21 08:23:25 UTC 2015


commit 73e90a5666e01107e225ccb4c46bdee1992c0188
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Feb 21 00:23:14 2015 -0800

    Fix JSON syntax in comment.
---
 firefox/components/main.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/firefox/components/main.js b/firefox/components/main.js
index fbc287f..f9303d8 100644
--- a/firefox/components/main.js
+++ b/firefox/components/main.js
@@ -17,7 +17,7 @@
 //          "type": "http",
 //          "host": "proxy.example.com",
 //          "port": 8080
-//      }
+//      },
 //      "body": "...base64..."
 //  }
 // The extension makes the request as commanded. It returns the response to the



More information about the tor-commits mailing list