[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [meek/master] Add missing semicolon.



commit baef666e1681b1d3129582cab9ac60692e1ee4c0
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date:   Fri Apr 25 21:12:58 2014 -0700

    Add missing semicolon.
    
    Found by gk in
    https://trac.torproject.org/projects/tor/ticket/11183#comment:20.
---
 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 3db395c..d1283e7 100644
--- a/firefox/components/main.js
+++ b/firefox/components/main.js
@@ -54,7 +54,7 @@ MeekHTTPHelper.prototype = {
     // nsIObserver implementation.
     observe: function(subject, topic, data) {
         if (topic !== "profile-after-change")
-            return
+            return;
 
         try {
             // https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIServerSocket



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits