Remove no-longer pertinent comment.
authorMike Taylor <mike@indexdata.com>
Tue, 4 Mar 2014 15:03:48 +0000 (15:03 +0000)
committerMike Taylor <mike@indexdata.com>
Tue, 4 Mar 2014 15:03:48 +0000 (15:03 +0000)
tools/htdocs/mkws.js

index 796fd2c..b6506c6 100644 (file)
@@ -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);