Attempt to fix Safari bug

pull/337/merge
Thibaut Courouble 9 years ago
parent 5dfbb47598
commit 7a20f7fd54

@ -68,7 +68,7 @@ class app.DB
db.createObjectStore(doc.slug)
for name in objectStoreNames
db.deleteObjectStore(name)
try db.deleteObjectStore(name)
return
store: (doc, data, onSuccess, onError) ->

Loading…
Cancel
Save