waterline
Advanced tools
Comparing version 0.9.15 to 0.9.16
@@ -25,3 +25,4 @@ /** | ||
// Extend collection with what we have for the actual collection | ||
collection = _.extend(collection, self.query); | ||
collection = _.extend(self.query, collection); | ||
collection.config = _.clone(item.config); | ||
@@ -28,0 +29,0 @@ return item.registerCollection(collection, cb); |
{ | ||
"name": "waterline", | ||
"description": "An ORM for Node.js and the Sails framework", | ||
"version": "0.9.15", | ||
"version": "0.9.16", | ||
"contributors": [ | ||
@@ -6,0 +6,0 @@ { |
295548
8847