@@ -126,7 +126,7 @@
reset: ->
@store.clear()
@settings.reset()
- @db.reset()
+ @db?.reset()
@appCache?.update()
window.location = '/'
return