You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I love your work !!! You really did a great job.
I tried your demo, and you have a line there that suppose to do "migrate" to database:
joli.models.migrate(current_migration_version);
Actually, it runs ONLY on the first time, when the emulator/device is cleared. On the second time when I run it again, it gives an error on line 600 (joli.js).
I checked it out and seems to be that after calling the next line:
// use the model specified by as() first, then from()
var model = joli.models.get(this.data.as || this.data.from);
Pulled the latest version today (25/7/12) calling getVersion() throws the error Result of expression 'model' [undefined] is not an object. at joli.js (line 643)
First of all, I love your work !!! You really did a great job.
I tried your demo, and you have a line there that suppose to do "migrate" to database:
Actually, it runs ONLY on the first time, when the emulator/device is cleared. On the second time when I run it again, it gives an error on line 600 (joli.js).
I checked it out and seems to be that after calling the next line:
the "model" is null.
Then it fails on line 600:
When I comment the "migrate", line, the application works fine. But if joli can do this, it will be simply just great!
Thanks a lot.
The text was updated successfully, but these errors were encountered: