X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-filter.js;fp=src%2Fmkws-filter.js;h=eff521cb8116134a0533725b832a5ee4e2e6a246;hb=d2de378b5618363f7cbd66bc91ece4c8f1157af4;hp=e37a0bd319bb0e53ff2ca23ca101da63fc11b653;hpb=dad66d20db2f682cc828b9cbf7e31c19df491733;p=mkws-moved-to-github.git diff --git a/src/mkws-filter.js b/src/mkws-filter.js index e37a0bd..eff521c 100644 --- a/src/mkws-filter.js +++ b/src/mkws-filter.js @@ -5,9 +5,9 @@ function filterSet(team) { var that = {}; - that.list = function() { - return m_list; - }; + that.toJSON = function() { + return $.toJSON(m_list); + } that.add = function(filter) { m_list.push(filter);