Getter to allow query to be read from team.
authorJason Skomorowski <jason@indexdata.com>
Tue, 26 Aug 2014 00:17:10 +0000 (20:17 -0400)
committerJason Skomorowski <jason@indexdata.com>
Tue, 26 Aug 2014 00:17:10 +0000 (20:17 -0400)
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.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; };
   that.totalRecordCount = function() { return m_totalRecordCount; };
   that.currentPage = function() { return m_currentPage; };
   that.currentRecordId = function() { return m_currentRecordId; };