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