diff options
author | myk bilokonsky <mbilokonsky@gmail.com> | 2017-04-15 14:08:26 +0200 |
---|---|---|
committer | myk bilokonsky <mbilokonsky@gmail.com> | 2017-04-15 14:08:26 +0200 |
commit | c9d338e64b55537ce30389cf6b660ca086f7459a (patch) | |
tree | 06dd7e923b8a13240f1984effae9ba3ceb632cc1 | |
parent | 009671d44ea833607e295e3d960cdf8f0aa21b7f (diff) |
aha, no support for object key shorthand
-rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |