mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 13:54:12 +01:00
Experimentally move contexts.js to contexts.jsm.
--HG-- branch : groups rename : common/content/contexts.js => common/modules/contexts.jsm
This commit is contained in:
@@ -157,6 +157,7 @@ var Overlay = Module("Overlay", {
|
||||
"commands",
|
||||
"completion",
|
||||
"config",
|
||||
"contexts",
|
||||
"downloads",
|
||||
"finder",
|
||||
"highlight",
|
||||
@@ -172,8 +173,7 @@ var Overlay = Module("Overlay", {
|
||||
"util"
|
||||
].forEach(function (name) defineModule.time("load", name, require, null, jsmodules, name));
|
||||
|
||||
["contexts",
|
||||
"dactyl",
|
||||
["dactyl",
|
||||
"modes",
|
||||
"commandline",
|
||||
"abbreviations",
|
||||
|
||||
Reference in New Issue
Block a user