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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user