From: Mike Taylor Date: Tue, 4 Mar 2014 15:03:48 +0000 (+0000) Subject: Remove no-longer pertinent comment. X-Git-Tag: 1.0.0~1335 X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=commitdiff_plain;h=a0688fd40f844b0b461d7d8e860d6d64182cc572;hp=a4549c27facf4260bf93d71ef26d7a755063d13b;p=mkws-moved-to-github.git Remove no-longer pertinent comment. --- 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);