projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c596828
)
team() function is now mkws.makeTeam().
author
Mike Taylor
<mike@indexdata.com>
Mon, 6 Oct 2014 16:12:41 +0000
(17:12 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 6 Oct 2014 16:12:41 +0000
(17:12 +0100)
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.
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
92536f1
..
0a556eb
100644
(file)
--- 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;