[tor-commits] [meek/master] Semicolon.

dcf at torproject.org dcf at torproject.org
Wed Apr 9 05:56:56 UTC 2014


commit 84f4c045bfb85ad8474683344ec416b824c69d26
Author: David Fifield <david at bamsoftware.com>
Date:   Sat Mar 15 18:16:02 2014 -0700

    Semicolon.
---
 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 ba7e33a..c38eeda 100644
--- a/firefox/components/main.js
+++ b/firefox/components/main.js
@@ -66,7 +66,7 @@ MeekHTTPHelper.prototype = {
 
 // https://developer.mozilla.org/en-US/docs/Creating_Sandboxed_HTTP_Connections
 MeekHTTPHelper.prototype.httpResponseStreamListener = function() {
-}
+};
 MeekHTTPHelper.prototype.httpResponseStreamListener.prototype = {
     // https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIRequestObserver
     onStartRequest: function(aRequest, aContext) {





More information about the tor-commits mailing list