mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:37:58 +01:00
Add dom.jsm. And stuff.
This commit is contained in:
@@ -60,7 +60,7 @@ var History = Module("history", {
|
||||
for (let item in iter(sh.SHistoryEnumerator, Ci.nsIHistoryEntry))
|
||||
obj.push(update(Object.create(item), {
|
||||
index: obj.length,
|
||||
icon: Class.memoize(function () services.favicon.getFaviconImageForPage(this.URI).spec)
|
||||
icon: Class.Memoize(function () services.favicon.getFaviconImageForPage(this.URI).spec)
|
||||
}));
|
||||
return obj;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user