We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde0ffb commit 2659633Copy full SHA for 2659633
lib/utils.js
@@ -25,9 +25,9 @@
25
} else if (typeof(require) === 'function' && typeof(require.ensure) === 'undefined') {
26
try{
27
AV.localStorage = require('localStorage');
28
- }catch(error){
29
- AV.localStorage = require('./localStorage.js').localStorage;
30
- }
+ }catch(error){
+ AV.localStorage = require('./localStorage.js').localStorage;
+ }
31
}
32
33
// Import AV's local copy of underscore.
0 commit comments