Getter to allow query to be read from team.
[mkws-moved-to-github.git] / src / mkws-team.js
index ead2f03..c2d7fca 100644 (file)
@@ -41,6 +41,7 @@ function team($, teamName) {
   that.submitted = function() { return m_submitted; };
   that.sortOrder = function() { return m_sortOrder; };
   that.perpage = function() { return m_perpage; };
+  that.query = function() { return m_query; };
   that.totalRecordCount = function() { return m_totalRecordCount; };
   that.currentPage = function() { return m_currentPage; };
   that.currentRecordId = function() { return m_currentRecordId; };