From: Mike Taylor Date: Mon, 6 Oct 2014 16:12:41 +0000 (+0100) Subject: team() function is now mkws.makeTeam(). X-Git-Tag: 1.0.0~299 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=6f36354e88c15343d7ea12b5e1cabe6c315c2c07 team() function is now mkws.makeTeam(). We don't want to put anything but "mkws" in the top-level namespace. Also the new name is more explicit about what's happening. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 92536f1..0a556eb 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -8,7 +8,7 @@ // limitCategory(), delimitTarget(), delimitQuery(), showPage(), // pagerPrev(), pagerNext(). // -function team($, teamName) { +mkws.makeTeam = function($, teamName) { var that = {}; var m_teamName = teamName; var m_submitted = false;