Skip to content

Commit

Permalink
assign allowedOperators to construct
Browse files Browse the repository at this point in the history
  • Loading branch information
neonstalwart committed Jan 10, 2015
1 parent a4a17b8 commit f0d84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facet.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function FacetedStore(store, facetSchema){
return this.wrap(facetSchema.query(query, directives), this.transaction);
};

var allowedOperators = constructor.allowedOperators || store.allowedOperators
var allowedOperators = constructor.allowedOperators = store.allowedOperators
|| {
select: true,
limit: true, // required
Expand Down

0 comments on commit f0d84d4

Please sign in to comment.