From: Mike Taylor Date: Wed, 26 Mar 2014 11:27:39 +0000 (+0000) Subject: Comment typo. X-Git-Tag: 1.0.0~1206 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=867531e90782b1af6324d9b36449c0e33a2ccced Comment typo. --- diff --git a/src/mkws-core.js b/src/mkws-core.js index eb498c3..e353e6c 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -162,7 +162,7 @@ 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 + // are called from the UI using a team-name rather than implicit // context. mkws.switchView = function(tname, view) { mkws.teams[tname].switchView(view);