From: Wolfram Schneider Date: Wed, 7 May 2014 14:25:14 +0000 (+0000) Subject: Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws X-Git-Tag: 1.0.0~675^2~6 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=7a8d060108bb2112b74fd3e33c916b6de883fef4;hp=820139767866aa867cb69f7472a1e10092d45f5c;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws --- diff --git a/src/mkws-filter.js b/src/mkws-filter.js index 2be1bd9..b8780da 100644 --- a/src/mkws-filter.js +++ b/src/mkws-filter.js @@ -124,6 +124,6 @@ function fieldFilter(field, value) { function categoryFilter(id) { return { type: 'category', - id: id, + id: id }; }