
commit 84f4c045bfb85ad8474683344ec416b824c69d26 Author: David Fifield <david@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/nsIReques... onStartRequest: function(aRequest, aContext) {
participants (1)
-
dcf@torproject.org