X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-core.js;h=61cccdc213f89f9f7b7a306f038727753d71ad06;hb=767950c8211a1d7cef01c32775b099e26149633d;hp=eb498c3c7a34de6af3ec7def42b51e06e46eff0c;hpb=a22e1f2b5b099b8f121e5e64a0070eb4cc7b2a1e;p=mkws-moved-to-github.git diff --git a/src/mkws-core.js b/src/mkws-core.js index eb498c3..61cccdc 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -162,8 +162,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. + // are called from the UI using a team-name rather than implicit + // context. Apart from mkws.log, they are the ONLY public UI to + // this module. mkws.switchView = function(tname, view) { mkws.teams[tname].switchView(view); }