I just put persistencejs into a new project and am getting an error when I call myEntity.all().list(null, function()...)
myEntity.all() returns a AllDbQueryCollection, but it does not have the "list" or "count" properties. I have another project using persistence, and I can see that these should be present on the QueryCollection inside the prototype. However, in this case when I drill down to the QueryCollection it has no properties.
Any ideas on what might be causing this?
I am using the websql backend, and have confirmed that the database has been created. At this point there is no data in it, but the tables exist.