From: Mike Taylor Date: Wed, 26 Mar 2014 11:46:45 +0000 (+0000) Subject: Remove another misleading comment. X-Git-Tag: 1.0.0~1194 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b49cbd98418b735a85d11f1b6303278572b70297;p=mkws-moved-to-github.git Remove another misleading comment. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 7c4b6b9..61f677d 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -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; };