Remove another misleading comment.
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:46:45 +0000 (11:46 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:46:45 +0000 (11:46 +0000)
src/mkws-team.js

index 7c4b6b9..61f677d 100644 (file)
@@ -786,7 +786,5 @@ function team($, teamName) {
        }
     })();
 
-    // Bizarrely, 'that' is just an empty hash. All its state is in
-    // the closure variables defined earlier in this function.
     return that;
 };