From: Mike Taylor Date: Fri, 2 May 2014 15:36:32 +0000 (+0100) Subject: Remove obsolete comment. X-Git-Tag: 1.0.0~749 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=018ed63861705ea4c5783e3058137bf0be17c16f Remove obsolete comment. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index ab6eeb2..3ff42fd 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -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;