persvr / perstore

CommonJS persistence/object storage based on W3C's object store API.
http://www.persvr.org/
96 stars 20 forks source link

assign allowedOperators to constructor #68

Open neonstalwart opened 9 years ago

neonstalwart commented 9 years ago

for some reason, the code was reading from constructor.allowedOperators which was always going to be nothing but i was having issues with getting allowedOperators to propagate through my facets so i figure this must have been a typo since it fixes that issue and doesn't seem to make sense as it was.