mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-20 08:35:45 +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:
@@ -107,6 +107,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
global: ["addons",
|
||||
"base",
|
||||
"io",
|
||||
"buffer",
|
||||
"cache",
|
||||
"commands",
|
||||
"completion",
|
||||
@@ -136,7 +137,6 @@ var ConfigBase = Class("ConfigBase", {
|
||||
"commandline",
|
||||
"abbreviations",
|
||||
"autocommands",
|
||||
"buffer",
|
||||
"editor",
|
||||
"events",
|
||||
"hints",
|
||||
|
||||
Reference in New Issue
Block a user