From: Jason Skomorowski Date: Tue, 26 Aug 2014 00:17:10 +0000 (-0400) Subject: Getter to allow query to be read from team. X-Git-Tag: 1.0.0~324^2~27 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=eebb2e1bd51786749befebd0e0106b95bd81db87 Getter to allow query to be read from team. --- 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; };