Meteor-Community-Packages / ground-db

GroundDB is a thin layer providing Meteor offline database and methods
https://atmospherejs.com/ground/db
MIT License
572 stars 77 forks source link

Cannot call a class as a function #187

Closed barisro closed 7 years ago

barisro commented 7 years ago

Hi @raix ,

I am using 2.0.0-rc.6 with Meteor 1.4.2.1 and have "Cannot call a class as a function" error. Can you please help or point me to right direction to fix this ?

Thank you in advance

raix commented 7 years ago

use new?

barisro commented 7 years ago

Thank you.