Add config() accessor function. Used only by widget factory.
[mkws-moved-to-github.git] / 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 };