From b9ec634af85ea55b6241d4ffe1c23189a2840f26 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Mar 2014 11:22:38 +0000 Subject: [PATCH] Add comment --- src/mkws-core.js | 3 +++ 1 file changed, 3 insertions(+) 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); } -- 1.7.10.4