coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

findBy() never calls the callback #94

Open pier-oliviert opened 12 years ago

pier-oliviert commented 12 years ago

Whether I have results or not, the callbacks are just not being called, if I use Entity.one() I get the callbacks to be called.

anyone else got that issue? I followed pretty much everything the documentation said and still no go

pixelcort commented 11 years ago

I just hit this as well in Safari 6 while working with an html file loaded via file:///. Quitting and reopening the browser seemed to fix it for me.