Remove obsolete comment.
[mkws-moved-to-github.git] / src / mkws-team.js
index ab6eeb2..3ff42fd 100644 (file)
@@ -374,8 +374,6 @@ function team($, teamName) {
     }
 
 
-    // This much simpler and more efficient function should be usable
-    // in place of most uses of findnode.
     function widgetNode(type) {
         var w = that.widget(type);
         return w ? $(w.node) : undefined;