From 95a8624c1f42a9b5c747cfe6f50664e219fba5ec Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 23 Apr 2014 17:16:00 +0100 Subject: [PATCH] team.filters returns the filterSet object, not its list. --- src/mkws-team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkws-team.js b/src/mkws-team.js index e1cadb7..2bf3bcb 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -40,7 +40,7 @@ function team($, teamName) { that.currentPage = function() { return m_currentPage; }; that.currentRecordId = function() { return m_currentRecordId; }; that.currentRecordData = function() { return m_currentRecordData; }; - that.filters = function() { return m_filterSet.list(); }; + that.filters = function() { return m_filterSet; }; that.config = function() { return m_config; }; // Accessor methods for individual widgets: writers -- 1.7.10.4