Add comment on scoping.
authorMike Taylor <mike@indexdata.com>
Mon, 11 Aug 2014 13:20:37 +0000 (14:20 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 11 Aug 2014 13:20:37 +0000 (14:20 +0100)
src/mkws-widget.js

index 722db5e..9a3a7f7 100644 (file)
@@ -66,6 +66,7 @@ function widget($, team, type, node) {
     return s.join('');
   };
 
+  // ### why is this a member function? It's never called from outside this file.
   that.expandValue = function(val) {
     if (val.match(/^!param!/)) {
       var param = val.replace(/^!param!/, '');