Add config() accessor function. Used only by widget factory.
authorMike Taylor <mike@indexdata.com>
Fri, 28 Mar 2014 17:01:19 +0000 (17:01 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 28 Mar 2014 17:01:19 +0000 (17:01 +0000)
src/mkws-team.js

index 7c1f4ec..c7e20bf 100644 (file)
@@ -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 };