mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-30 21:25:47 +01:00
Liberate Buffer from the tyrany of the current window. Add DOM#contextmenu event. Provide sensible screenX/screenY for mouse events.
--HG-- rename : common/content/buffer.js => common/modules/buffer.jsm
This commit is contained in:
@@ -215,7 +215,7 @@ var Help = Module("Help", {
|
||||
},
|
||||
|
||||
flush: function flush(entries, time) {
|
||||
cache.flushEntry("help", time);
|
||||
cache.flushEntry("help.json", time);
|
||||
|
||||
for (let entry in values(Array.concat(entries || [])))
|
||||
cache.flushEntry(entry, time);
|
||||
|
||||
Reference in New Issue
Block a user