From 94b925b309c6dee3c2d4d09c455c5bd165f7c206 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Mar 2014 17:12:34 +0000 Subject: [PATCH] Comment up to date. --- src/mkws-widgets.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mkws-widgets.js b/src/mkws-widgets.js index 2154f5a..ba42ff0 100644 --- a/src/mkws-widgets.js +++ b/src/mkws-widgets.js @@ -28,8 +28,9 @@ function widget($, team, type, node) { // 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. +// widgets of specific types. These could be moved into their own +// source files. + function promoteToTargets() { var that = this; -- 1.7.10.4