1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-13 17:35:46 +01:00

Fix bookmarks.isBookmark yet again. Check manually, this time.

This commit is contained in:
Kris Maglione
2009-09-26 20:16:13 -04:00
parent 5a0a8dd223
commit adc201f445
3 changed files with 8 additions and 5 deletions

View File

@@ -305,7 +305,7 @@ var observers = {};
var timers = {};
var storage = {
alwaysReload: [],
alwaysReload: {},
newObject: function newObject(key, constructor, store, type, options, reload)
{
if (!(key in keys) || reload || key in this.alwaysReload)