From: Mike Taylor Date: Wed, 26 Mar 2014 11:28:15 +0000 (+0000) Subject: More comment. X-Git-Tag: 1.0.0~1205 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=767950c8211a1d7cef01c32775b099e26149633d More comment. --- diff --git a/src/mkws-core.js b/src/mkws-core.js index e353e6c..61cccdc 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -163,7 +163,8 @@ if (mkws_config == null || typeof mkws_config != 'object') { // The following functions are dispatchers for team methods that // are called from the UI using a team-name rather than implicit - // context. + // context. Apart from mkws.log, they are the ONLY public UI to + // this module. mkws.switchView = function(tname, view) { mkws.teams[tname].switchView(view); }