MDL-51461 javascript: Fix whitespace issue
This commit is contained in:
@@ -55,8 +55,8 @@ define(['core/config'], function(config) {
|
||||
if (localStorage === null) {
|
||||
return false;
|
||||
}
|
||||
// MDL-51461 - Some browsers misreport availability of local storage
|
||||
// so check it is actually usable.
|
||||
// MDL-51461 - Some browsers misreport availability of local storage
|
||||
// so check it is actually usable.
|
||||
localStorage.setItem(testKey, '1');
|
||||
localStorage.removeItem(testKey);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user