Remove pointless immediate-execute wrapper.
[mkws-moved-to-github.git] / src / mkws-team.js
index 1f0766a..c3ed06e 100644 (file)
@@ -773,11 +773,7 @@ function team($, teamName) {
     }
     that.queue = queue;
 
-
-    // main
-    (function() {
-       mkwsHtmlAll()
-    })();
+    mkwsHtmlAll()
 
     return that;
 };