Fixed safari exception
This commit is contained in:
parent
37964566fd
commit
6d39a4ae61
@ -239,6 +239,9 @@ angular.module('izhukov.utils', [])
|
||||
createObjectStore = function (db) {
|
||||
db.createObjectStore(dbStoreName);
|
||||
};
|
||||
if (!request) {
|
||||
throw new Exception();
|
||||
}
|
||||
} catch (error) {
|
||||
storageIsAvailable = false;
|
||||
return $q.reject(error);
|
||||
|
Loading…
Reference in New Issue
Block a user