From: Mike Taylor Date: Wed, 7 May 2014 15:56:00 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws X-Git-Tag: 1.0.0~706 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=da6a16eb6e035528582de213f9ecec8d085e2503;hp=488cca89d455a440eae959ecd1d53c0770dcaaf1;p=mkws-moved-to-github.git Merge branch 'master' of ssh://git.indexdata.com/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 }; }