summary refs log tree commit diff
diff options
context:
space:
mode:
authormyk bilokonsky <mbilokonsky@gmail.com>2017-04-15 14:08:26 +0200
committermyk bilokonsky <mbilokonsky@gmail.com>2017-04-15 14:08:26 +0200
commitc9d338e64b55537ce30389cf6b660ca086f7459a (patch)
tree06dd7e923b8a13240f1984effae9ba3ceb632cc1
parent009671d44ea833607e295e3d960cdf8f0aa21b7f (diff)
aha, no support for object key shorthand
-rw-r--r--index.js2
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) {