From a0688fd40f844b0b461d7d8e860d6d64182cc572 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 4 Mar 2014 15:03:48 +0000 Subject: [PATCH] Remove no-longer pertinent comment. --- tools/htdocs/mkws.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 796fd2c..b6506c6 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -186,10 +186,9 @@ function widget($, team, type, node) { } else if (type === 'Stat') { promoteStat(); } else { - // Unsupported widget type: call an extension? + // ### Handle other types here } - // ### More to do here, surely: e.g. wiring into the team mkws.debug("made widget(team=" + team + ", type=" + type + ", node=" + node); -- 1.7.10.4