Skip to content

Commit 2659633

Browse files
committed
replace \t to \space\space
1 parent bde0ffb commit 2659633

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/utils.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
} else if (typeof(require) === 'function' && typeof(require.ensure) === 'undefined') {
2626
try{
2727
AV.localStorage = require('localStorage');
28-
}catch(error){
29-
AV.localStorage = require('./localStorage.js').localStorage;
30-
}
28+
}catch(error){
29+
AV.localStorage = require('./localStorage.js').localStorage;
30+
}
3131
}
3232

3333
// Import AV's local copy of underscore.

0 commit comments

Comments
 (0)