cosmetic changes
This commit is contained in:
parent
541d739fb7
commit
eaa4183e60
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ Ox.localStorage = function(namespace) {
|
|||
// In Safari (OS X or iOS) is in private browsing mode,
|
||||
// it appears as though localStorage is available,
|
||||
// but trying to call .setItem throws an exception.
|
||||
localStorage.setItem('OxJS.test', '');
|
||||
localStorage.setItem('OxJS.test', '');
|
||||
localStorage.removeItem('OxJS.test');
|
||||
} catch (e) {
|
||||
console.log('localStorage disabled');
|
||||
|
|
Loading…
Reference in a new issue