From: Mike Taylor Date: Wed, 26 Mar 2014 11:22:38 +0000 (+0000) Subject: Add comment X-Git-Tag: 1.0.0~1209 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=b9ec634af85ea55b6241d4ffe1c23189a2840f26 Add comment --- diff --git a/src/mkws-core.js b/src/mkws-core.js index 7f5b0f5..da57e94 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -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); }