cosmetic changes

This commit is contained in:
rlx 2016-02-22 14:56:35 +05:30
parent 541d739fb7
commit eaa4183e60

View file

@ -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');