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:
dfbe3e8
)
Add config() accessor function. Used only by widget factory.
author
Mike Taylor
<mike@indexdata.com>
Fri, 28 Mar 2014 17:01:19 +0000
(17:01 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 28 Mar 2014 17:01:19 +0000
(17:01 +0000)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
7c1f4ec
..
c7e20bf
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-40,6
+40,7
@@
function team($, teamName) {
that.currentRecordId = function() { return m_currentRecordId; };
that.currentRecordData = function() { return m_currentRecordData; };
that.filters = function() { return m_filters; };
+ that.config = function() { return m_config; };
// Accessor methods for individual widgets: writers
that.set_sortOrder = function(val) { m_sortOrder = val };