various settings changes

This commit is contained in:
Kerrick Long
2011-07-13 00:31:25 -05:00
parent b5a26f4ce7
commit 0bbd1341e2
2 changed files with 15 additions and 12 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
var settings, cache, utils, button, reddit, background;
settings = new Store('settings');
settings = new Store('settings', {
'cacheTime': 1,
'freshCutoff': 7
});
cache = new Store('cache');
/**