X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-team.js;h=c7e20bf29235c4d8b1e50fb998d9c611528f632f;hb=c4848ba08bb08b8dcb6d191869d876c19f23ad6e;hp=7c1f4ec6e135e85c60cc7633d47ac4d13d8748e1;hpb=dfbe3e8b84639dee6e88b6cb89e17a110355b732;p=mkws-moved-to-github.git diff --git a/src/mkws-team.js b/src/mkws-team.js index 7c1f4ec..c7e20bf 100644 --- 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 };