Missed function name...
This commit is contained in:
parent
4ea5b9f771
commit
4c064eb94a
@ -29,7 +29,7 @@ var Cache = function cacheCache(size) {
|
|||||||
// First we see if localStorage is available, FF bug #495747
|
// First we see if localStorage is available, FF bug #495747
|
||||||
// If not, we use FUEL in FF and fallback to Cookies for other browsers.
|
// If not, we use FUEL in FF and fallback to Cookies for other browsers.
|
||||||
var Settings = (function settingsClosure() {
|
var Settings = (function settingsClosure() {
|
||||||
var isCookiesEnabled = (function() {
|
var isCookiesEnabled = (function cookiesEnabledTest() {
|
||||||
document.cookie = 'they=work';
|
document.cookie = 'they=work';
|
||||||
return document.cookie.length > 0;
|
return document.cookie.length > 0;
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user