From c9d338e64b55537ce30389cf6b660ca086f7459a Mon Sep 17 00:00:00 2001 From: myk bilokonsky Date: Sat, 15 Apr 2017 14:08:26 +0200 Subject: aha, no support for object key shorthand --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5d5ca2a..b0f4abf 100644 --- a/index.js +++ b/index.js @@ -76,7 +76,7 @@ var boosted = (function() { buckets.get(b).add(row_id); } - return { already, prune, set }; + return { already: already, prune: prune, set: set }; })(); function boost(rows) { -- cgit