From: Wolfram Schneider Date: Wed, 7 May 2014 14:15:38 +0000 (+0000) Subject: trailing comma breaks IE8 X-Git-Tag: 1.0.0~675^2~7 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=8b8a29b20501938b24b76fb02a29c7b0d609d3b6 trailing comma breaks IE8 found by google closure-compiler --- 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 }; }