From eebb2e1bd51786749befebd0e0106b95bd81db87 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Mon, 25 Aug 2014 20:17:10 -0400 Subject: [PATCH] Getter to allow query to be read from team. --- src/mkws-team.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mkws-team.js b/src/mkws-team.js index ead2f03..c2d7fca 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -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; }; -- 1.7.10.4