From b77249ab2c42d38dc128cdf4bae3959533a99b05 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 4 Mar 2014 17:13:23 +0000 Subject: [PATCH] Comment. --- tools/htdocs/mkws.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/htdocs/mkws.js b/tools/htdocs/mkws.js index 1c19b2c..ba5ef4a 100644 --- a/tools/htdocs/mkws.js +++ b/tools/htdocs/mkws.js @@ -170,6 +170,10 @@ function widget($, team, type, node) { return that; + // Functions follow for promoting the regular widget object into + // widgets of specific types. These could be moved outside of the + // widget object, or even into their own source files. + function promoteTargets() { team.queue("targets").subscribe(function(data) { if (node.length === 0) alert("huh?!"); -- 1.7.10.4