Add comment
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:22:38 +0000 (11:22 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 11:22:38 +0000 (11:22 +0000)
src/mkws-core.js

index 7f5b0f5..da57e94 100644 (file)
@@ -161,6 +161,9 @@ if (mkws_config == null || typeof mkws_config != 'object') {
     };
 
 
+    // The following functions are dispatchers for team methods that
+    // are called from the UI using a te3am-name rather than implicit
+    // context.
     mkws.switchView = function(tname, view) {
        mkws.teams[tname].switchView(view);
     }